home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / c / pdc.lzh / File4 < prev    next >
Text File  |  1991-08-04  |  314b  |  18 lines

  1. /*
  2.  * PDC I/O Library Copyright (C) 1987 by J.A. Lydiatt.
  3.  * Freely Distributable for non-commercial use.
  4.  */
  5.  
  6. extern int errno;
  7. extern char *sys_errlist[];
  8. extern int sys_nerr;
  9.  
  10. #define ENOENT    1
  11. #define EBADF    2
  12. #define ENOMEM    3
  13. #define EEXIST    4
  14. #define EINVAL    5
  15. #define EMFILE    6
  16. #define ENOTTY    7
  17. #define EACCES    8
  18.