PSXSDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
types.h
Go to the documentation of this file.
1 #ifndef _SYS_TYPES_H
2 #define _SYS_TYPES_H
3 
4 #include <types.h>
5 
6 typedef unsigned char u_char;
7 typedef unsigned short u_short;
8 typedef unsigned int u_int;
9 typedef unsigned long u_long;
10 
11 #endif