swig/Examples/ruby/value/example.h

6 lines
72 B
C

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