CMSIS-Compiler Support  
Standard C Library File, I/O and OS Retargeting
 
Loading...
Searching...
No Matches
STDOUT Interface

Minimalistic interface for redirecting stdout stream. More...

Functions

int stdout_putchar (int ch)
 Put a character to the stdout.
 

Description

Minimalistic interface for redirecting stdout stream.

Function Documentation

◆ stdout_putchar()

int stdout_putchar ( int  ch)

Put a character to the stdout.

Parameters
[in]chCharacter to output
Returns
the character written, or -1 on write error