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 short u16;
|
||||
typedef unsigned int u32;
|
||||
typedef unsigned char uchar;
|
||||
typedef char s8;
|
||||
typedef short s16;
|
||||
typedef int s32;
|
||||
typedef int bool;
|
||||
|
||||
struct dtr {
|
||||
|
Loading…
x
Reference in New Issue
Block a user