DEBSOURCES
Skip Quicknav
sources / swig / 3.0.10-1.1 / Examples / php / class / example.i
123456789
/* File : example.i */ %module example %{ #include "example.h" %} /* Let's just grab the original header file here */ %include "example.h"