1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/doc/example-smob
Marius Vollmer d115af0eea (image_tag): Changed type to scm_t_bits.
(make_image): Use scm_gc_malloc instead of scm_must_malloc.
(free_image): Use scm_gc_free instead of free.  Return zero.
2002-02-28 20:55:49 +00:00
..
ChangeLog * image-type.c: Adapted to new typing and naming convention. 2001-05-30 20:28:51 +00:00
COPYING * COPYING: New file. 1998-10-19 15:36:38 +00:00
image-type.c (image_tag): Changed type to scm_t_bits. 2002-02-28 20:55:49 +00:00
image-type.h Code layout fix 2000-06-20 03:23:24 +00:00
Makefile * Makefile (myguile): Fix link command, to put the Guile libraries 1998-10-15 22:02:59 +00:00
myguile.c * image-type.c, myguile.c: Terminate copyright comments. 1998-10-19 21:55:35 +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.