basic types
This commit is contained in:
parent
43f8d76249
commit
a81104004a
1 changed files with 8 additions and 0 deletions
8
src/include/types.h
Normal file
8
src/include/types.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef TYPES_H
|
||||
#define TYPES_H
|
||||
typedef unsigned char u8;
|
||||
typedef unsigned short u16;
|
||||
typedef unsigned long u32;
|
||||
typedef unsigned long size_t;
|
||||
#define NULL (0)
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue