pc_err.h 535 B

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