6 lines
61 B
C
Executable file
6 lines
61 B
C
Executable file
/* File: example.h */
|
|
|
|
typedef struct {
|
|
int x,y;
|
|
} Point;
|
|
|