12 lines
190 B
C
12 lines
190 B
C
|
//
|
||
|
// Created by ricardo on 22-12-11.
|
||
|
//
|
||
|
|
||
|
#ifndef ZIP_UNZIP_SEARCH_CONST_H
|
||
|
#define ZIP_UNZIP_SEARCH_CONST_H
|
||
|
|
||
|
// ASCII码的长度
|
||
|
#define ASCII_LENGTH 128
|
||
|
|
||
|
#endif //ZIP_UNZIP_SEARCH_CONST_H
|