Function sprintf

Top 

 

Declaration:

void sprintf(char dest[], unsigned char format[], ... );

Description

The sprintf function displays the values of transferred parameters in the dest line in accordance with the format line.

Note. Your arguments passed to this function shall match the format line. In case of mismatch, the  ChipProg program may crash, because it cannot check the correspondence between the format string and parameters passed.

Returned value

None.