armOS  0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
printk.h
Go to the documentation of this file.
1 
11 #include <stdarg.h>
12 
13 #ifndef PRINTK_H
14 #define PRINTK_H
15 
25 int printk(const char *fmt, ...);
26 
29 #endif
printk
int printk(const char *fmt,...)
Definition: printk.c:16