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