Add sources

This commit is contained in:
2018-06-05 22:30:22 +02:00
parent e28912dc5e
commit 9b56ec979d
143 changed files with 8636 additions and 0 deletions

10
definitions/types.def Normal file
View File

@@ -0,0 +1,10 @@
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)