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

7 lines
61 B
C
Raw Normal View History

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