18 #ifndef __KOS_DBGLOG_H
19 #define __KOS_DBGLOG_H
49 #define DBG_CRITICAL 1
void dbglog(int level, const char *fmt,...) __printflike(2
Kernel debugging printf.
void dbglog_set_level(int level)
Set the debugging log level.
#define __printflike(fmtarg, firstvararg)
Identify a function as accepting formatting like printf().
Definition: cdefs.h:61
Virtual filesystem support.
Potentially useful definitions for C Programs.