Files
sl-compiler/definitions/types.def
2018-06-05 22:30:22 +02:00

11 lines
194 B
Modula-2

DEF("char", CHAR)
DEF("uchar", UCHAR)
DEF("short", SHORT)
DEF("ushort", USHORT)
DEF("int", INT)
DEF("uint", UINT)
DEF("long", LONG)
DEF("ulong", ULONG)
DEF("float", FLOAT)
DEF("double", DOUBLE)