PageRenderTime 40ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/Examples/ruby/variables/example.h

#
C++ Header | 6 lines | 3 code | 2 blank | 1 comment | 0 complexity | 66b4a43d07100c20f91366ee8581304c 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. int x,y;
  4. } Point;