#ifndef KLOG_H #define KLOG_H void klog_init(void); void klog_printf(const char * fmt, ...); #endif