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