◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <stdio.h> Syntax: int fputc( int c, FILE *stream ); int fputchar( int c ); Returns: the character written. EOF may indicate error. See also: fgetc, putc -♦-