![]() |
RTEMS
5.0.0
|
RTEMS Print Support. More...
#include <rtems/printer.h>Functions | |
| 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 plug in handlers. More... | |
| int | rtems_printf (const rtems_printer *printer, const char *format,...) |
RTEMS Print Support.
| 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 plug in handlers.
| [in] | printer | Pointer to the printer structure. |
| [in] | fmt | Print format string. |
| [in] | ap | Print variable argument list pointer. |
1.8.13