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

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