DEBSOURCES
Skip Quicknav
sources / swig1.3 / 1.3.40-3 / Examples / java / class / example.i
12345678910
/* File : example.i */ %module example %{ #include "example.h" %} /* Let's just grab the original header file here */ %include "example.h"