summaryrefslogtreecommitdiff
path: root/Examples/octave/simple/example.i
blob: a3006f282744e3015eeddbe29519ad4ebe0144fd (plain)
1
2
3
4
5
6
7
8
9
/* File : example.i */
%module swigexample

%feature("autodoc", 1);

%inline %{
extern int    gcd(int x, int y);
extern double Foo;
%}