DEBSOURCES
Skip Quicknav
sources / swig2.0 / 2.0.7-3 / Examples / android / class / jni / example.i
123456789
/* File : example.i */ %module example %{ #include "example.h" %} /* Let's just grab the original header file here */ %include "example.h"