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