DEBSOURCES
Skip Quicknav
sources / swig / 3.0.2-1 / Examples / octave / enum / example.i
12345678910
/* File : example.i */ %module swigexample %{ #include "example.h" %} /* Let's just grab the original header file here */ %include "example.h"