/tags/rel-1-3-24/SWIG/Examples/csharp/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 3typedef struct { 4 int x,y; 5} Point; 6