|
|
coherent
/*
* Standard I/O Library
* Get character function (rather than macro)
*/
#include <stdio.h>
int
fgetc(fp)
register FILE *fp;
{
return (getc(fp));
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.