RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions
vprintk.c File Reference

Print Formatted Output. More...

#include <stdarg.h>
#include <stdio.h>
#include <stdbool.h>
#include <rtems/bspIo.h>
Include dependency graph for vprintk.c:

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...
 

Detailed Description

Print Formatted Output.

Function Documentation

◆ vprintk()

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().