2.2.4 int fputc
int fputc(int __c, FILE *__stream)
The function fputc
sends the character c
(though given as type int
) to stream
. It returns the character, or EOF
in case an error occurred.
int fputc(int __c, FILE *__stream)
The function fputc
sends the character c
(though given as type int
) to stream
. It returns the character, or EOF
in case an error occurred.
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.