rmtread
int rmtread(char *buf, int count);
int rmtread(char *, int);
i = rmtread(&tapebuf[rd], cnt);
i = rmtread(tapebuf, ntrec * TP_BSIZE);