Files

6 lines
72 B
C
Raw Permalink Normal View History

/* File : example.h */
typedef struct {
double x, y, z;
} Vector;