summaryrefslogtreecommitdiff
path: root/tests/projects/swig/java_c/src/example.i
blob: 1228cb6a960ca995ab4487304082144f8a8c608a (plain)
1
2
3
4
5
6
7
8
9
10
11
%module example
%{
extern int fact(int n);
%}
extern int fact(int n);





%include "example2.i"