swig/Examples/javascript/variables/example.h
2013-09-27 03:25:28 +02:00

6 lines
61 B
C
Executable file

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