2.2.18 int fputs
int fputs(const char *__str, FILE *__stream)
Write the string pointed to by str
to stream stream
.
Returns 0 on success and EOF on error.
int fputs(const char *__str, FILE *__stream)
Write the string pointed to by str
to stream stream
.
Returns 0 on success and EOF on error.
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.