6 lines
72 B
C
6 lines
72 B
C
|
|
/* File : example.h */
|
||
|
|
|
||
|
|
typedef struct {
|
||
|
|
double x, y, z;
|
||
|
|
} Vector;
|