sprintf¶ Synopsis¶ #include <stdio.h> int sprintf(char *str, const char *format, ...); Description¶ Sends formatted output to a string.