|
|
1.1 root 1: /* This is a dummy zip.h to allow crypt.c from Zip to compile for unzip */
2:
3: #include "unzip.h"
4: #define SKIP_TIME_H /* don't include time.h again in crypt.c */
5:
6: #define local
7:
8: extern ULONG crc_32_tab[];
9: #define crc32(c, b) (crc_32_tab[((int)(c) ^ (b)) & 0xff] ^ ((c) >> 8))
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.