1 2 3 4 5 6 7 8
#ifndef _TYPES_H_ #define _TYPES_H_ #include <inttypes.h> #define FIXED int32_t #endif