swig/Examples/doxygencomments/java/variables/example.h

6 lines
61 B
C

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