types.h

Go to the documentation of this file.
00001 #ifndef TYPES_H
00002 #define TYPES_H
00003 
00004 typedef signed char  int8;
00005 typedef unsigned char uInt8;
00006 typedef unsigned int        uInt32;
00007 typedef int                 int32;
00008 typedef unsigned long long  uInt64;
00009 typedef signed long long    int64;
00010 
00011 #endif /* !TYPES_H */

Generated on Tue Dec 5 23:34:57 2006 for UbixOS V2 by  doxygen 1.4.7