|
|
coherent
#include "unixstdio.h"
xread(file) char *file;
{
FILE *fp;
int c;
fp = fopen(file, "r");
while ((c = getc(fp)) != EOF)
write(1, &c, 1);
fclose(fp);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.