swig/Examples/scilab/variables/example.h
2010-04-02 07:55:17 +00:00

6 lines
61 B
C

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