pc_err.h 670 B

123456789101112131415161718192021222324252627282930313233343536
  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. /* EBADF conflicts with the ANSI C definition. */
  7. #ifdef EBADF
  8. #undef EBADF
  9. #endif
  10. #define EARGC 64
  11. #define EEXP 65
  12. #define ELOG 66
  13. #define ESQT 67
  14. #define EASS 68
  15. #define EPACK 69
  16. #define EUNPACK 70
  17. #define EMOD 71
  18. #define EBADF 72
  19. #define EFREE 73
  20. #define EFUNASS 74
  21. #define EWIDTH 75
  22. #define EWRITEF 96
  23. #define EREADF 97
  24. #define EEOF 98
  25. #define EFTRUNC 99
  26. #define ERESET 100
  27. #define EREWR 101
  28. #define ECLOSE 102
  29. #define EREAD 103
  30. #define EWRITE 104
  31. #define EDIGIT 105
  32. #define EASCII 106