Function stdio_putchar
- Defined in File stdio.h 
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.