swig/Examples/perl5/value/example.h

6 lines
72 B
C

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