printf
Default mainpageat91libutilityprintf
Description Source Call Graph
printf
Outputs a formatted string on the DBGU stream, using a variable number of arguments.
 
Syntax / parameters
signed int printf (const char *pFormat,...)

Name Type Default Description
pFormat const char *
  Format string.
  ...
   
 
Return value signed int
   
Description
Outputs a formatted string on the DBGU stream, using a variable number of arguments.

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