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