initial commit
[rofl0r-xstring.git] / xtypes.h
blobfc005fd69196a0020fdad7461180f6246c6b60f2
1 /*
2 * xtypes.h
4 * Created on: 15.10.2010
5 * Author: rofl
6 */
8 #ifndef XTYPES_H_
9 #define XTYPES_H_
11 #include <stdbool.h>
12 #include <stdlib.h>
14 typedef unsigned char uchar;
15 typedef size_t xuint;
16 typedef ssize_t xint;
18 #endif /* XTYPES_H_ */