cyclone/examples/callbacks
2020-08-11 18:06:21 -04:00
..
basic-no-gc.scm Refactoring 2020-08-11 11:53:20 -04:00
basic.c Refactoring 2020-08-11 11:53:20 -04:00
basic.h Refactoring 2020-08-11 11:53:20 -04:00
full-with-gc.scm Break out C files for GC example 2020-08-11 18:06:21 -04:00
full.c Break out C files for GC example 2020-08-11 18:06:21 -04:00
full.h Break out C files for GC example 2020-08-11 18:06:21 -04:00
Makefile Break out C files for GC example 2020-08-11 18:06:21 -04:00
Readme.md Rename sample application 2020-08-09 18:04:04 -04:00

limited-scm-call-from-c.scm - A sample application to demonstrate how to make simple, limited calls into Scheme code from C. See the code for more information.