readstream
if ((nsize = readstream(f, rlbuf, BUFSIZ)) < 0)
static int readstream(int, char *, int);
static int readstream(int, char *, int);
while ((nsize = readstream(f, netibuf, ncc + netip - netibuf)) > 0) {