1 typedef signed   char  	    SChar;
2 typedef unsigned char  	    UChar;
3 typedef signed   short 	    SShort;
4 typedef unsigned short 	    UShort;
5 typedef signed   int   	    SInt;
6 typedef unsigned int   	    UInt;
7 typedef signed   long  	    SLong;
8 typedef unsigned long  	    ULong;
9 typedef signed   long long  SLongLong;
10 typedef unsigned long long  ULongLong;
11