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

%inline %{
extern int    gcd(int x, int y);
extern void   sayhi(char *x, int y, char *ret);
//extern double Foo;
%}