#include fputc(c, iop) register FILE *iop; { return putc(c, iop); }