readline
rbuf = readline("");
readline();
readline();
static void readline(void);
while ((p = readline("hi$")) != NULL) {
char *readline(const char *);
free(readline());
p = (*in.vtable->readline)(&in);
return src->vtable->readline(src);
static __inline char *readline(void);
free(readline());
char *(*readline)(struct source *);
if (readline(ibuf, buffer, (int)sizeof(buffer), 0) < 0)
c = readline(stdin, linebuf, LINESIZE, reset_on_stop);
while ((rc = readline(fbuf, linebuf, LINESIZE, 0)) >= 0) {
int readline(FILE *, char *, int, int);
(void)readline(setinput(mp), headline, (int)sizeof(headline), 0);
if (readline(input, &linebuf[n], LINESIZE - n, 0) < 0) {
if (readline(input, &linebuf[n], LINESIZE - n, reset_on_stop) < 0) {
(void)readline(setinput(mp), headline, (int)sizeof(headline), 0);
if ((c = readline(f, linebuf, LINESIZE, 0)) <= 0)
if ((c = readline(f, line2, LINESIZE, 0)) < 0)
if (readline(ibuf, linebuf, LINESIZE, 0) < 0)
if (readline(ibuf, linebuf, LINESIZE, 0) < 0)
if (readline(ibuf, linebuf, LINESIZE, 0) < 0)