summaryrefslogtreecommitdiff
path: root/Examples/modula3/simple/example.i
blob: 1694e6dbed53d6b3d5e2bf8bca7f26b183c6317d (plain)
1
2
3
4
5
6
7
/* File : example.i */
%module Example

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