ftp.nice.ch/pub/next/unix/archiver/unzip.5.01.N.s.tar.gz#/unzip/zip.h

This is zip.h in view mode; [Download] [Up]

/* This is a dummy zip.h to allow crypt.c from Zip to compile for unzip */

#include "unzip.h"
#define SKIP_TIME_H   /* don't include time.h again in crypt.c */

#define local

extern ULONG crc_32_tab[];
#define crc32(c, b) (crc_32_tab[((int)(c) ^ (b)) & 0xff] ^ ((c) >> 8))

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.