Add sources
This commit is contained in:
10
definitions/types.def
Normal file
10
definitions/types.def
Normal 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)
|
||||
Reference in New Issue
Block a user