os/sysroot/usr/include/klog.h
2019-05-24 09:51:45 -05:00

7 lines
75 B
C

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