1 2 3 4 5 6 7 8 9 10 11 12
#ifndef _T10272_H_ #define _T10272_H_ #include <stdint.h> typedef struct { uint8_t a; uint64_t b; uint16_t c; } eight; #endif