feat: définition de nouveaux types
This commit is contained in:
parent
659a895fda
commit
fa3f9f8cab
|
@ -4,7 +4,9 @@
|
||||||
typedef unsigned char u8;
|
typedef unsigned char u8;
|
||||||
typedef unsigned short u16;
|
typedef unsigned short u16;
|
||||||
typedef unsigned int u32;
|
typedef unsigned int u32;
|
||||||
typedef unsigned char uchar;
|
typedef char s8;
|
||||||
|
typedef short s16;
|
||||||
|
typedef int s32;
|
||||||
typedef int bool;
|
typedef int bool;
|
||||||
|
|
||||||
struct dtr {
|
struct dtr {
|
||||||
|
|
Loading…
Reference in New Issue