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