Added example.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4603 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Art Yerkes 2003-03-21 16:26:52 +00:00
commit 6418b0c755
4 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,4 @@
/* File : example.i */
%module example
extern "C" void factor(int &x, int &y);