[f15b2a]: / test / types-typedef.c  Maximize  Restore  History

Download this file

8 lines (5 with data), 59 Bytes

1
2
3
4
5
6
typedef struct {
int a;
int h;
} t_struct;
t_struct c;