Description
Source
Call Graph
vprintf
Outputs a formatted string on the DBGU stream.


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