home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / gzip124.zip / gzip-1.2.4 / primos / include / errno.h next >
C/C++ Source or Header  |  1993-05-26  |  218b  |  18 lines

  1. /*
  2. ** errno.h
  3. **
  4. ** Emulation of the Unix errno.h header file for PRIMOS
  5. **
  6. ** Author: Peter Eriksson <pen@lysator.liu.se>
  7. */
  8.  
  9. #ifndef __ERRNO_H__
  10. #define __ERRNO_H__
  11.  
  12. #include <errd.h>
  13.  
  14. #define ENOENT e$fntf
  15.  
  16. #endif
  17.  
  18.