blob: 212cf4bdb0f737e14aa7a8b3dc9263f1166eb647 [file] [log] [blame]
/* File : example.h */
typedef struct {
double x, y, z;
} Vector;