Files
ANSLibs/swig-4.3.0/Examples/tcl/value/example.h

6 lines
72 B
C
Raw Normal View History

/* File : example.h */
typedef struct {
double x, y, z;
} Vector;