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