fprintf
Default mainpageat91libutilityfprintf
Description Source Call Graph
fprintf
Outputs a formatted string on the given stream, using a variable number of arguments.
 
Syntax / parameters
signed int fprintf (FILE *pStream, const char *pFormat,...)

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

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