|
|
1.1 root 1: #include "jerq.h"
2: #include "rcv.h"
3:
4: rcvfill ()
5: {
6: static char rbuf[1024];
7: register i;
8:
9: i = min (1024, Jrcvbuf.size - Jrcvbuf.cnt);
10: i = read(0, rbuf, i);
11: if (i <= 0)
12: exit(0);
13: rcvbfill(rbuf, i);
14: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.