Everything

putchar


Write character to standard output stream

Remark

These functions are not supported by the debugging functions which CS+ provides.

[Classification]

Standard library

[Syntax]

#include <stdio.h>

int putchar(int c);

[Return value]

The character c is returned.

Error return does not occur.

[Description]

This function outputs the character c to the standard input/output stdout.