char * sprintf(char * str, char * format, ...)
sprintf sets output on str and returns str. The conversion characters taken into account are the same as printf ones.