ack/lang/m2/comp/standards.h

42 lines
844 B
C
Raw Normal View History

/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*
* Author: Ceriel J.H. Jacobs
*/
1986-03-26 17:53:13 +00:00
/* 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 */
1994-06-24 14:02:31 +00:00
/* $Id$ */
1986-03-26 17:53:13 +00:00
#define S_ABS 1
#define S_CAP 2
#define S_CHR 3
#define S_DEC 4
#define S_EXCL 5
#define S_FLOAT 6
#define S_HALT 7
#define S_HIGH 8
#define S_INC 9
#define S_INCL 10
#define S_MAX 11
#define S_MIN 12
#define S_ODD 13
#define S_ORD 14
#define S_SIZE 15
#define S_TRUNC 16
#define S_VAL 17
1986-06-20 14:36:49 +00:00
#define S_NEW 18
#define S_DISPOSE 19
#define S_LONG 20
#define S_SHORT 21
#define S_TRUNCD 22
#define S_FLOATD 23
1986-03-26 17:53:13 +00:00
/* Standard procedures and functions defined in the SYSTEM module ... */
1986-04-03 17:41:26 +00:00
1986-06-06 02:22:09 +00:00
#define S_ADR 50
#define S_TSIZE 51
#define S_NEWPROCESS 52
#define S_TRANSFER 53