Function stdio_putchar

Function Documentation

int stdio_putchar(int c)

Write a character to stdout.

The implementation-specific “write a char to stdout” function which uses RCSW_CONFIG_STDIO_PUTCHAR().

Parameters:

c – The char to write.