Writes a character directly (without buffering) to the console.
#include <stdio.h>
int putch (int c);
Parameters
c 
- Character to be output. 
 
Return Values
c 
- Success. 
 - EOF. 
 - Failure. 
 
Requirements
| Versions | 
Defined in | 
Include | 
Link to | 
| INtime 3.0 | 
intime/rt/include/stdio.h | 
stdio.h | 
clib.lib |