add typedef.h
This commit is contained in:
parent
d9732cd409
commit
e4c3754f20
8
src/typedef.h
Normal file
8
src/typedef.h
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
typedef unsigned char uint8_t;
|
||||||
|
typedef unsigned short uint16_t;
|
||||||
|
typedef unsigned int uint23_t;
|
||||||
|
typedef unsigned long uint64_t;
|
||||||
|
typedef char int8_t;
|
||||||
|
typedef short int16_t;
|
||||||
|
typedef int int23_t;
|
||||||
|
typedef long int64_t;
|
||||||
Loading…
x
Reference in New Issue
Block a user