Files
2019-08-04 21:38:19 -05:00

7 lines
61 B
C

/* File: example.h */
typedef struct {
int x,y;
} Point;