PageRenderTime 47ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

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