swig/Examples/tcl/simple/example.i
Dave Beazley 37a6e409e4 new example
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@804 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-09-02 19:05:15 +00:00

6 lines
94 B
OpenEdge ABL

/* File : example.i */
%module example
extern int gcd(int x, int y);
extern double Foo;