swig/Examples/octave/variables/example.h

6 lines
60 B
C

/* File: example.h */
typedef struct {
int x,y;
} Point;