1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-09 02:50:20 +02:00
guile/doc/example-smob
2004-09-24 02:12:50 +00:00
..
ChangeLog *** empty log message *** 2004-09-24 02:12:50 +00:00
COPYING
image-type.c Updated from manual. 2004-09-24 02:11:03 +00:00
image-type.h Code layout fix 2000-06-20 03:23:24 +00:00
Makefile
myguile.c
README

This is the example code for the ``Defining New Types (Smobs)''
chapter of the Guile manual.

When you try to execute the code, if the system complains that it
can't find libguile.so, you need to add the directory containing the
installed Guile libraries to your LD_LIBRARY_PATH environment variable.