PageRenderTime 19ms CodeModel.GetById 12ms app.highlight 5ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/rel-1.3.35/Examples/perl5/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;