SWIG/Examples/java/native/

SWIG wrapped and manually wrapped functions in Java

Click here for the relevant section in the SWIG and Java documentation.

This example compares wrapping a c global function using the manual way and the SWIG way.

Notes