New type in types.h: size_t (u64)
This commit is contained in:
parent
f2685ce7df
commit
58ed873401
1 changed files with 1 additions and 0 deletions
1
types.h
1
types.h
|
@ -4,3 +4,4 @@ typedef unsigned char u8;
|
|||
typedef unsigned short u16;
|
||||
typedef unsigned int u32;
|
||||
typedef unsigned long u64;
|
||||
typedef u64 size_t;
|
||||
|
|
Loading…
Add table
Reference in a new issue