/tags/rel-1.3.35/Examples/csharp/simple/example.i
Swig | 7 lines | 5 code | 1 blank | 1 comment | 0 complexity | f360d242e13007e2caf7677e764fa957 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1/* File : example.i */
2%module example
3
4%inline %{
5extern int gcd(int x, int y);
6extern double Foo;
7%}