Files
ANSLibs/swig-4.3.0/Examples/guile/simple/example.i

13 lines
186 B
OpenEdge ABL
Raw Normal View History

/* 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