pc_err.h 550 B

123456789101112131415161718192021222324252627
  1. /* $Header$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. #define EARGC 64
  7. #define EEXP 65
  8. #define ELOG 66
  9. #define ESQT 67
  10. #define EASS 68
  11. #define EPACK 69
  12. #define EUNPACK 70
  13. #define EMOD 71
  14. #define EBADF 72
  15. #define EFREE 73
  16. #define EWRITEF 96
  17. #define EREADF 97
  18. #define EEOF 98
  19. #define EFTRUNC 99
  20. #define ERESET 100
  21. #define EREWR 101
  22. #define ECLOSE 102
  23. #define EREAD 103
  24. #define EWRITE 104
  25. #define EDIGIT 105
  26. #define EASCII 106