Kernel Printf Function.
More...
#include <stdarg.h>
#include <stdio.h>
#include <rtems/bspIo.h>
Go to the source code of this file.
|
int | printk (const char *fmt,...) |
|
Kernel Printf Function.
Definition in file printk.c.
◆ printk()
int printk |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
Kernel printf function requiring minimal infrastructure.
Definition at line 35 of file printk.c.