standards.h 844 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. * Author: Ceriel J.H. Jacobs
  6. */
  7. /* S T A N D A R D P R O C E D U R E S A N D F U N C T I O N S */
  8. /* $Id$ */
  9. #define S_ABS 1
  10. #define S_CAP 2
  11. #define S_CHR 3
  12. #define S_DEC 4
  13. #define S_EXCL 5
  14. #define S_FLOAT 6
  15. #define S_HALT 7
  16. #define S_HIGH 8
  17. #define S_INC 9
  18. #define S_INCL 10
  19. #define S_MAX 11
  20. #define S_MIN 12
  21. #define S_ODD 13
  22. #define S_ORD 14
  23. #define S_SIZE 15
  24. #define S_TRUNC 16
  25. #define S_VAL 17
  26. #define S_NEW 18
  27. #define S_DISPOSE 19
  28. #define S_LONG 20
  29. #define S_SHORT 21
  30. #define S_TRUNCD 22
  31. #define S_FLOATD 23
  32. /* Standard procedures and functions defined in the SYSTEM module ... */
  33. #define S_ADR 50
  34. #define S_TSIZE 51
  35. #define S_NEWPROCESS 52
  36. #define S_TRANSFER 53