Writes a character to stdout.
int _fputchar (int c);
Required Header |
<stdio.h> |
Return Value
This function returns the character written or EOF if an error has occured.
Parameters
c
The character to write
Remarks
The _fputchar function writes the character c to stdout.