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:
parent
7d2accbca7
commit
6418b0c755
4 changed files with 66 additions and 0 deletions
4
Examples/ocaml/argout_ref/example.i
Normal file
4
Examples/ocaml/argout_ref/example.i
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/* File : example.i */
|
||||
%module example
|
||||
|
||||
extern "C" void factor(int &x, int &y);
|
||||
Loading…
Add table
Add a link
Reference in a new issue