#ifndef KLOG_H #define KLOG_H void klog(char* level,char* s,...); #endif