Searched defs:fprintf (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/stdio/
H A Dstdio.cpp695 int fprintf(FILE* fp, const char* fmt, ...) { function
839 fprintf(stderr, "%s%s%s\n", msg, (*msg == '\0') ? "" : ": ", strerror(errno));

Completed in 600 milliseconds