Basic print function. More...
Files | |
file | printk.c |
Implementation of printk. | |
file | printk.h |
Definition of printk. | |
Functions | |
int | printk (const char *fmt,...) |
Basic print function.
int printk | ( | const char * | fmt, |
... | |||
) |
Prints a kernel message, like printf.
fmt | format string |
The formats supported by this implementation are: d, c, s, x
. To be supported: u, l, ll
.