PageRenderTime 64ms CodeModel.GetById 24ms app.highlight 6ms RepoModel.GetById 0ms app.codeStats 1ms

/tags/ttn-post-libtool-1-4-3-upgrade/SWIG/Examples/php4/value/example.h

#
C++ Header | 5 lines | 3 code | 1 blank | 1 comment | 0 complexity | 7067362d8ed6437fb8c414815edb8f6b MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1/* File : example.h */
2
3typedef struct {
4     double x, y, z;
5} Vector;