mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
(make_image): Use scm_gc_malloc instead of scm_must_malloc. (free_image): Use scm_gc_free instead of free. Return zero. |
||
---|---|---|
.. | ||
ChangeLog | ||
COPYING | ||
image-type.c | ||
image-type.h | ||
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.