Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef _I386_TYPE_
- #define _I386_TYPE_
- typedef unsigned char u8;
- typedef unsigned short u16;
- typedef unsigned int u32;
- typedef unsigned char uchar;
- typedef int int32_t;
- typedef unsigned int size_t;
- typedef unsigned int uint32_t;
- #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement