8 lines
102 B
C
8 lines
102 B
C
#ifndef KLOG_H
|
|
#define KLOG_H
|
|
|
|
void klog_init(void);
|
|
void klog_printf(const char * fmt, ...);
|
|
|
|
#endif
|