miscdefs.h
// Signed integer typdefs typedef int8_t Int8; typedef int16_t Int16; typedef int32_t Int32; typedef int64_t Int64; // Unsigned integer typdefs typedef uint8_t Uint8; typedef uint16_t Uint16; typedef uint32_t Uint32; typedef uint64_t Uint64;