4.190.27 int sprintf
int sprintf(char *__s, const char *__fmt,...)
Variant of printf()
that sends the formatted characters to string s
.
int sprintf(char *__s, const char *__fmt,...)
Variant of printf()
that sends the formatted characters to string s
.