update swig on windows
This commit is contained in:
7
winx64/bin/swigwin-4.0.0/Examples/java/simple/example.i
Normal file
7
winx64/bin/swigwin-4.0.0/Examples/java/simple/example.i
Normal file
@@ -0,0 +1,7 @@
|
||||
/* File : example.i */
|
||||
%module example
|
||||
|
||||
%inline %{
|
||||
extern int gcd(int x, int y);
|
||||
extern double Foo;
|
||||
%}
|
||||
Reference in New Issue
Block a user