swig/Examples/tcl/simple/example.i
Dave Beazley f3abcd0d2c *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@112 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-19 04:00:34 +00:00

13 lines
206 B
OpenEdge ABL

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