swig/Examples/GIFPlot/Chicken/full
2006-12-03 08:28:42 +00:00
..
cmap Initial addition. 2003-02-15 01:56:34 +00:00
gifplot.i Initial addition. 2003-02-15 01:56:34 +00:00
Makefile Rewrite chicken example and test-suite building code 2004-05-30 07:11:26 +00:00
README Rewrite chicken example and test-suite building code 2004-05-30 07:11:26 +00:00
test-gifplot.scm Rewrite chicken example and test-suite building code 2004-05-30 07:11:26 +00:00

This example runs the entire gifplot.h header file through SWIG without
any changes.  The Scheme program 'test-gifplot.scm' does something a 
little more interesting.  You'll have to go look at the header file to
get a complete listing of the functions.

`make' will build a static binary.  Run ./gifplot to test it.