types
This commit is contained in:
parent
1b219ee054
commit
bdc2e5cb63
11
sys/include/types.h
Normal file
11
sys/include/types.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef TYPES_H
|
||||
#define TYPES_H
|
||||
|
||||
typedef unsigned int u32;
|
||||
typedef unsigned short u16;
|
||||
typedef unsigned char u8;
|
||||
typedef int s32;
|
||||
typedef short s16;
|
||||
typedef char s8;
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user