// .\Test\typedef.h #include "stdint.h" typedef struct { uint8_t a; double b; int8_t c; } Test_Struct;