MicrOS
|
#include "../stdio.h"
Functions | |
int | putchar (int character) |
Write character to stdout. More... | |
int putchar | ( | int | character | ) |
Write character to stdout.
Writes a character to the standard output (stdout).
character | The int promotion of the character to be written. |