|
LMMS
|
#include "unzip.h"Macros | |
| #define | UNZIP_INTERNAL |
Functions | |
| Uz_Globs * | globalsCtor () |
Variables | |
| char | central_hdr_sig [4] = {0, 0, 0x01, 0x02} |
| char | local_hdr_sig [4] = {0, 0, 0x03, 0x04} |
| char | end_central_sig [4] = {0, 0, 0x05, 0x06} |
| char | end_central64_sig [4] = {0, 0, 0x06, 0x06} |
| char | end_centloc64_sig [4] = {0, 0, 0x06, 0x07} |
| ZCONST char * | fnames [2] = {"*", NULL} |
| Uz_Globs | G |
| #define UNZIP_INTERNAL |
| Uz_Globs * globalsCtor | ( | ) |
| char central_hdr_sig[4] = {0, 0, 0x01, 0x02} |
| char end_centloc64_sig[4] = {0, 0, 0x06, 0x07} |
| char end_central64_sig[4] = {0, 0, 0x06, 0x06} |
| char end_central_sig[4] = {0, 0, 0x05, 0x06} |
| Uz_Globs G |
| char local_hdr_sig[4] = {0, 0, 0x03, 0x04} |