|
|
GNU tools for NeXTSTEP 3.3
#include "libioP.h"
#include "stdio.h"
int
fputc(c, fp)
int c;
FILE *fp;
{
COERCE_FILE(fp);
return _IO_putc(c, fp);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.