MicrOS
|
#include "../stdio.h"
Functions | |
int | fputc (int character, FILE *stream) |
Write character to stream. More... | |
int fputc | ( | int | character, |
FILE * | stream | ||
) |
Write character to stream.
Writes a character to the stream and advances the position indicator.
character | The int promotion of the character to be written. |
stream | Pointer to a FILE object that identifies the stream to be closed. |