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

Minimalistic interface for redirecting stdin stream. More...

Functions

int stdin_getchar (void)
 Get a character from the stdin.
 

Description

Minimalistic interface for redirecting stdin stream.

Function Documentation

◆ stdin_getchar()

int stdin_getchar ( void  )

Get a character from the stdin.

Returns
the next character from the input, or -1 on read error