12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- 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)
|