os/sysroot/usr/include/klog.h

7 lines
75 B
C
Raw Normal View History

2019-03-31 13:10:40 -05:00
#ifndef KLOG_H
#define KLOG_H
void klog(char* level,char* s,...);
#endif