fputc Function (tigcc.a)

stdio.h

short fputc (short c, FILE *stream);

Function version of fputc.

fputc is usually equal to putc, except fputc is implemented as a function, but putc is implemented as a macro.


Uses: feof, HeapRealloc, HeapUnlock, HLock
Used by: fprintf, fputs, fwrite, putc, vfprintf