18 #ifndef _RTEMS_PRINT_H 19 #define _RTEMS_PRINT_H
int int rtems_vprintf(const rtems_printer *printer, const char *format, va_list ap)
Print to the kernel plugin handler. This has to be a macro because there is no vprint version of the ...
Definition: print_printf.c:23
#define RTEMS_PRINTFLIKE(_format_pos, _ap_pos)
Tells the compiler that this function expects printf()-like arguments.
Definition: basedefs.h:237
int rtems_printf(const rtems_printer *printer, const char *format,...) RTEMS_PRINTFLIKE(2
Print to the kernel plugin handler. This has to be a macro because there is no vprint version of the ...