scsh-0.6/scsh/fdports1.h

8 lines
204 B
C
Raw Normal View History

/* 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);