Print Formatted Output.
More...
#include <rtems/bspIo.h>
#include <rtems/score/io.h>
◆ vprintk()
int vprintk |
( |
const char * |
fmt, |
|
|
va_list |
ap |
|
) |
| |
Variable Argument printk()
This method allows the user to access printk() functionality with a va_list style argument.
- Parameters
-
[in] | fmt | is a printf()-style format string |
[in] | ap | is a va_list pointer to arguments |
- Returns
- The number of characters output.