blob: 6d632bd41a989558a37c4bec4b74c08d82d83e11 [file] [log] [blame]
// Struct names should be lower_snake_case and end with '_t'
typedef struct packed{
int x, y;
} camelStruct;