Files
ANSLibs/swig-4.3.0/Examples/octave/variables/example.h

6 lines
60 B
C
Raw Normal View History

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