menu.texi 338 B

1234567891011
  1. @c Menu listing for the C interface
  2. * Shared bindings between Scheme and C::
  3. * Calling C functions from Scheme::
  4. * Dynamic loading of C modules::
  5. * Accessing Scheme data from C::
  6. * Calling Scheme procedures from C::
  7. * Interacting with the Scheme heap in C::
  8. * Using Scheme records in C::
  9. * Raising exceptions from C::
  10. * Unsafe C macros::