Pristine Ack-5.5
[Ack-5.5.git] / lang / m2 / comp / standards.h
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
8 /* 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 */
9
10 /* $Id: standards.h,v 1.9 1994/06/24 12:42:48 ceriel Exp $ */
11
12 #define S_ABS   1
13 #define S_CAP   2
14 #define S_CHR   3
15 #define S_DEC   4
16 #define S_EXCL  5
17 #define S_FLOAT 6
18 #define S_HALT  7
19 #define S_HIGH  8
20 #define S_INC   9
21 #define S_INCL  10
22 #define S_MAX   11
23 #define S_MIN   12
24 #define S_ODD   13
25 #define S_ORD   14
26 #define S_SIZE  15
27 #define S_TRUNC 16
28 #define S_VAL   17
29 #define S_NEW   18
30 #define S_DISPOSE 19
31 #define S_LONG  20
32 #define S_SHORT 21
33 #define S_TRUNCD 22
34 #define S_FLOATD 23
35
36 /* Standard procedures and functions defined in the SYSTEM module ... */
37
38 #define S_ADR   50
39 #define S_TSIZE 51
40 #define S_NEWPROCESS    52
41 #define S_TRANSFER      53