Description
Source
Call Graph
vfprintf
Outputs a formatted string on the given stream.


Syntax / parameters
signed int vfprintf (FILE *pStream, const char *pFormat, va_list ap)
|
Name |
Type |
Default |
Description |
pStream |
FILE *
|
|
Output stream.
|
pFormat |
const char *
|
|
Format string
|
ap |
va_list
|
|
Argument list.
|
|
Return value |
signed int
|
|
|
Description
Outputs a formatted string on the given stream.
Format arguments are given in a va_list instance.
Source
The documentation for this Member was generated from the following file:
stdio.c