RTEMS CPU Kit with SuperCore
4.11.3
|
Print Formatted Output. More...
Macros | |
#define | UINT64_MAX_IN_OCTAL_FORMAT "1777777777777777777777" |
Functions | |
void | vprintk (const char *fmt, va_list ap) |
A simplified version of printf intended for use when the console is not yet initialized or in ISR's. More... | |
Print Formatted Output.
void vprintk | ( | const char * | fmt, |
va_list | ap | ||
) |
A simplified version of printf intended for use when the console is not yet initialized or in ISR's.
Variable Argument printk()
Arguments: as in printf: fmt - format string, ... - unnamed arguments.
Referenced by printk(), and printk_plugin().