/tags/ttn-post-libtool-1-4-3-upgrade/SWIG/Examples/perl5/shadow/example.i
# · Swig · 11 lines · 5 code · 4 blank · 2 comment · 0 complexity · ffc031694e7857c13e22f2996c908420 MD5 · raw file
- /* File : example.i */
- %module example
- %{
- #include "example.h"
- %}
- /* Let's just grab the original header file here */
- %include "example.h"