2.2.8 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
.