|
|
coherent
/*
* Standard I/O Library
* getc function for those too lazy or cheap to use macro
*/
#include <stdio.h>
#undef getc
int
getc(fp)
FILE *fp;
{
return (fgetc(fp));
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.