UbixOS  2.0
types.h
Go to the documentation of this file.
1 /*
2 #ifndef TYPES_H
3 #define TYPES_H
4 
5 typedef signed char int8;
6 typedef unsigned char uInt8;
7 typedef unsigned int uInt32;
8 typedef int int32;
9 typedef unsigned long long uInt64;
10 typedef signed long long int64;
11 
12 #endif *//* !TYPES_H */