33 #ifndef CASCODA_TYPES_H
34 #define CASCODA_TYPES_H
44 #if __STDC_VERSION__ < 199901L
46 typedef unsigned char u8_t;
52 typedef unsigned long long u64_t;
59 typedef uint16_t
u16_t;
60 typedef int16_t
i16_t;
61 typedef uint32_t
u32_t;
62 typedef int32_t
i32_t;
63 typedef uint64_t
u64_t;
64 typedef int64_t
i64_t;
unsigned long long u64_t
Definition: cascoda_types.h:52
signed short i16_t
Definition: cascoda_types.h:49
unsigned long u32_t
Definition: cascoda_types.h:50
signed char i8_t
Definition: cascoda_types.h:47
unsigned char u8_t
Definition: cascoda_types.h:46
signed long long i64_t
Definition: cascoda_types.h:53
signed long i32_t
Definition: cascoda_types.h:51
unsigned short u16_t
Definition: cascoda_types.h:48