1999-09-14 09:32:05 -04:00
|
|
|
/* Exports from fdports1.c. */
|
|
|
|
|
1999-09-15 20:20:37 -04:00
|
|
|
s48_value read_delim(const char *delims, char *buf,
|
1999-09-14 09:32:05 -04:00
|
|
|
int fd, int start, int end,
|
|
|
|
int *nread);
|
|
|
|
|
1999-09-15 20:20:37 -04:00
|
|
|
s48_value skip_chars(const char *skipchars, int fd, int *nread);
|