PageRenderTime 45ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/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. typedef struct {
  3. double x, y, z;
  4. } Vector;