import source from 1.3.40
[external/swig.git] / Examples / perl5 / value / example.h
1 /* File : example.h */
2
3 typedef struct {
4      double x, y, z;
5 } Vector;