pc_err.h 583 B

1234567891011121314151617181920212223242526272829
  1. /* $Id$ */
  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 EFUNASS 74
  17. #define EWIDTH 75
  18. #define EWRITEF 96
  19. #define EREADF 97
  20. #define EEOF 98
  21. #define EFTRUNC 99
  22. #define ERESET 100
  23. #define EREWR 101
  24. #define ECLOSE 102
  25. #define EREAD 103
  26. #define EWRITE 104
  27. #define EDIGIT 105
  28. #define EASCII 106