Namespaces
Variants
Views
Actions

putchar

From cppreference.com
< c | io
Revision as of 13:34, 19 April 2012 by P12 (Talk | contribs)

Template:c/io/sidebar

Defined in header <stdio.h>
int putchar( int ch );

Writes a character ch to stdout

Parameters

ch - character to be written

Return value

ch on success, EOF on failure.

See also

writes a character to a file stream
(function) [edit]
C++ documentation for putchar