~ chicken-core (chicken-5) 126b4631ecffb9a81fb308af074401018d19586f
commit 126b4631ecffb9a81fb308af074401018d19586f Author: felix <felix@call-with-current-continuation.org> AuthorDate: Tue Mar 23 07:42:02 2010 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Tue Mar 23 07:42:02 2010 +0100 trivial whitespace change diff --git a/manual/Callbacks b/manual/Callbacks index 0f45f2f7..aa7f7490 100644 --- a/manual/Callbacks +++ b/manual/Callbacks @@ -67,6 +67,7 @@ statically allocated memory (for example by using {{object-evict}}). Results of type {{scheme-object}} returned by {{define-external}} are always allocated in the secondary heap, that is, not in the stack. + === C_callback [C function] C_word C_callback (C_word closure, int argc)Trap