Chameleon Applications

Chameleon Applications Svn Source Tree

Root/branches/iFabio/Chameleon/i386/modules/include/types.h

Source at commit 296 created 12 years 10 months ago.
By ifabio, add i386 folder
1#ifndef _TYPES_H_
2#define _TYPES_H_
3
4typedef unsigned char UInt8;
5typedef signed char SInt8;
6
7typedef unsigned short UInt16;
8typedef signed short SInt16;
9
10typedef unsigned int UInt32;
11typedef signed int SInt32;
12
13typedef unsigned long long UInt64;
14typedef signed long long SInt64;
15
16#endif /* _TYPES_H_ */

Archive Download this file

Revision: 296