blob: 4fcea98b2447e70d804cca7ba6c8f73263e5db19 [file] [log] [blame]
/* File : example.i */
%module Example
%{
/* Put headers and other declarations here */
%}
%inline %{
extern int gcd(int x, int y);
extern double Foo;
%}
%include guile/guilemain.i