home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip21.zip / acorn / zipup.h < prev   
Text File  |  1996-04-05  |  616b  |  20 lines

  1. /*
  2.  
  3.  Copyright (C) 1990-1996 Mark Adler, Richard B. Wales, Jean-loup Gailly,
  4.  Kai Uwe Rommel, Onno van der Linden, Sergio Monesi, Karl Davis and
  5.  Igor Mandrichenko.
  6.  Permission is granted to any individual or institution to use, copy, or
  7.  redistribute this software so long as all of the original files are included,
  8.  that it is not sold for profit, and that this copyright notice is retained.
  9.  
  10. */
  11.  
  12. #define fhow "r"
  13. #define fbad (NULL)
  14. typedef FILE *ftype;
  15. #define zopen(n,p) fopen(n,p)
  16. #define zread(f,b,n) fread((b),1,(n),(FILE*)(f))
  17. #define zclose(f) fclose(f)
  18. #define zerr(f) (k==(extent)(-1L))
  19. #define zstdin 0
  20.