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

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