std::putchar

From cppreference.com
< cpp | io | c
Jump to: navigation, search
Defined in header <cstdio>
int putchar( int ch );

Writes a character ch to stdout

[edit] Parameters

ch - character to be written

[edit] Return value

ch on success, EOF on failure.

[edit] See also

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

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages