swig/Examples/guile/simple/example.i
Thien-Thi Nguyen e0e54b762a Initial revision.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@364 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-04-03 14:28:59 +00:00

14 lines
258 B
OpenEdge ABL

/* File : example.i */
%module Example
%{
/* Put headers and other declarations here */
%}
%include guile/typemaps.i
extern double My_variable;
extern int fact(int);
extern int mod(int n, int m);
extern char *get_time();
%include guile/guilemain.i