In the printf.c file of the glibc source code package, the function is declared with underscores in the name. Why?
int
__printf (const char *format, ...)
In the printf.c file of the glibc source code package, the function is declared with underscores in the name. Why?
int
__printf (const char *format, ...)