swig/Examples/python/simple/example.i
Dave Beazley b3e124ac21 Updated some examples
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@490 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-06-17 21:41:01 +00:00

5 lines
92 B
OpenEdge ABL

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