newer version, safety commit
This commit is contained in:
24
lang/m2/comp/standards.h
Normal file
24
lang/m2/comp/standards.h
Normal file
@@ -0,0 +1,24 @@
|
||||
/* 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 */
|
||||
|
||||
/* $Header$ */
|
||||
|
||||
#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
|
||||
|
||||
/* Standard procedures and functions defined in the SYSTEM module ... */
|
||||
/* PM ??? */
|
||||
Reference in New Issue
Block a user