swig/Examples/guile/port
William S Fulton 8700e79b3e Guile port example fix for Guile 2.0
Rewinding the file before passing it to C fixed the problem of not being
able to read the file contents.

Also explain the error about writing to a string.
2013-05-23 23:24:19 +01:00
..
example.c Guile examples consistency changes 2013-05-09 18:35:18 +01:00
example.i Guile examples consistency changes 2013-05-09 18:35:18 +01:00
Makefile Guile port example Makefile correction 2013-05-09 19:41:29 +01:00
README Guile examples consistency changes 2013-05-09 18:35:18 +01:00
runme.scm Guile port example fix for Guile 2.0 2013-05-23 23:24:19 +01:00

This example illustrates the translation from Scheme file ports to
temporary FILE streams. Read the source and run ./port -s runme.scm