123456789101112131415161718192021222324252627282930313233343536 |
- SCM_API SCM scm_read_string_x_partial (SCM str, SCM port_or_fdes, SCM start,
- SCM end)
- SCM_API SCM scm_write_string_partial (SCM str, SCM port_or_fdes, SCM start,
- SCM end)
- SCM_INTERNAL SCM scm_init_rw_builtins (void)
- SCM_INTERNAL void scm_init_rw (void)
|