12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- SCM_API SCM scm_internal_cwdr (scm_t_catch_body body,
- void *body_data,
- scm_t_catch_handler handler,
- void *handler_data,
- SCM_STACKITEM *stack_start)
- SCM_API SCM scm_call_with_dynamic_root (SCM thunk, SCM handler)
- SCM_API SCM scm_dynamic_root (void)
- SCM_API SCM scm_apply_with_dynamic_root (SCM proc, SCM a1, SCM args, SCM handler)
- SCM_INTERNAL void scm_init_root (void)
|