/tags/rel-2.0.2/Examples/octave/simple/example.i
# · Swig · 7 lines · 5 code · 1 blank · 1 comment · 0 complexity · f360d242e13007e2caf7677e764fa957 MD5 · raw file
- /* File : example.i */
- %module example
- %inline %{
- extern int gcd(int x, int y);
- extern double Foo;
- %}