9 lines
123 B
C
9 lines
123 B
C
// .\Test\typedef.h
|
|
#include "stdint.h"
|
|
|
|
typedef struct
|
|
{
|
|
uint8_t a;
|
|
double b;
|
|
int8_t c;
|
|
} Test_Struct; |