Go to the documentation of this file.
7 #ifndef LCF_READER_TYPES_H
8 #define LCF_READER_TYPES_H
13 typedef unsigned char uint8_t;
14 typedef signed short int16_t;
15 typedef unsigned short uint16_t;
16 typedef signed int int32_t;
17 typedef unsigned int uint32_t;