36#ifndef _RTEMS_TEST_PRINTER_H
37#define _RTEMS_TEST_PRINTER_H
#define RTEMS_PRINTFLIKE(_format_pos, _ap_pos)
Tells the compiler in a declaration that this function expects printf()-like arguments.
Definition: basedefs.h:772
rtems_printer rtems_test_printer
Provides an RTEMS printer for tests.
Definition: testprinter.c:44
int rtems_test_printf(const char *format,...) RTEMS_PRINTFLIKE(1
Prints via the RTEMS test printer.
User print interface to the bspIO print plug in.