sprintf
Default mainpageat91libutilitysprintf
Description Source Call Graph
sprintf
Writes a formatted string inside another string.
 
Syntax / parameters
signed int sprintf (char *pStr, const char *pFormat,...)

Name Type Default Description
pStr char *
  Storage string.
pFormat const char *
  Format string.
  ...
   
 
Return value signed int
   
Description
Writes a formatted string inside another string.

 
Source
The documentation for this Member was generated from the following file:
  • stdio.c