swig/Examples/go/variables/example.h
2010-06-10 01:13:31 +00:00

6 lines
61 B
C

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