summaryrefslogtreecommitdiff
path: root/Examples/ocaml/argout_ref/example.i
blob: 5ea6777fbda446d0c148cef615696468d180f4e9 (plain)
1
2
3
4
5
6
7
8
/* File : example.i */
%module example

%{
extern "C" void   factor(int &x, int &y);
%}

extern "C" void   factor(int &x, int &y);