8 lines
204 B
C
8 lines
204 B
C
|
/* Exports from fdports1.c. */
|
||
|
|
||
|
scheme_value read_delim(const char *delims, char *buf,
|
||
|
int fd, int start, int end,
|
||
|
int *nread);
|
||
|
|
||
|
scheme_value skip_chars(const char *skipchars, int fd, int *nread);
|