1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00
guile/doc/example-smob
Jim Blandy 90b714763e Created this directory for the Guile 1.3 release. Thanks to Jay
Glascoe for suggesting that we provide a complete, buildable
example!
* ChangeLog, Makefile, README, image-type.c, image-type.h,
myguile: New files.
1998-10-15 21:48:51 +00:00
..
image-type.c Created this directory for the Guile 1.3 release. Thanks to Jay 1998-10-15 21:48:51 +00:00
image-type.h Created this directory for the Guile 1.3 release. Thanks to Jay 1998-10-15 21:48:51 +00:00
Makefile Created this directory for the Guile 1.3 release. Thanks to Jay 1998-10-15 21:48:51 +00:00
myguile.c Created this directory for the Guile 1.3 release. Thanks to Jay 1998-10-15 21:48:51 +00:00
README Created this directory for the Guile 1.3 release. Thanks to Jay 1998-10-15 21:48:51 +00:00

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.