#ifndef TYPES_H #define TYPES_H #include typedef unsigned char uint8; typedef unsigned short uint16; typedef unsigned int uint32; typedef char int8; typedef short int16; typedef int int32; typedef char ntype[30]; typedef char dtype[35]; #endif /* TYPES_H */