Kernel/libc - Define _SysDebug macro for userland libc debugging
authorJohn Hodge <[email protected]>
Sat, 10 May 2014 07:43:17 +0000 (15:43 +0800)
committerJohn Hodge <[email protected]>
Sat, 10 May 2014 07:43:17 +0000 (15:43 +0800)
KernelLand/Kernel/libc.c

index 2e08a17..fba3047 100644 (file)
@@ -74,6 +74,7 @@ EXPORT(CheckMem);
 // === CODE ===
 // - Import userland stroi.c file
 #define _LIB_H_
+#define _SysDebug(f,v...)      Log_Debug("libc", f ,## v)
 #include "../../Usermode/Libraries/libc.so_src/strtoi.c"
 
 int ParseInt(const char *string, int *Val)

UCC git Repository :: git.ucc.asn.au