blob: 0f7e895948702bdd01276d2bb33e0682f9c02c71 [file] [log] [blame]
/* File: example.h */
typedef struct {
int x,y;
} Point;