/tags/rel-1.3.35/Examples/GIFPlot/Perl5/full/gifplot.i
# · Swig · 15 lines · 5 code · 5 blank · 5 comment · 0 complexity · bd81bc88dc332c634f9daaa66779808a MD5 · raw file
- /* Oh what the heck, let's just grab the whole darn header file
- and see what happens. */
- %module gifplot
- %{
- /* Note: You still need this part because the %include directive
- merely causes SWIG to interpret the contents of a file. It doesn't
- include the right include headers for the resulting C code */
- #include "gifplot.h"
- %}
- %include gifplot.h