Files

6 lines
60 B
C
Raw Permalink Normal View History

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