Kernel/debug - Panic to VT for the first nested panic
[tpg/acess2.git] / KernelLand / Kernel / libc.c
index 58c2e1a..a16687e 100644 (file)
 #define        RANDOM_SPRUCE   0xf12b039
 
 // === PROTOTYPES ===
+#if 0
 unsigned long long     strtoull(const char *str, char **end, int base);
 unsigned long  strtoul(const char *str, char **end, int base);
 signed long long       strtoll(const char *str, char **end, int base);
 signed long    strtol(const char *str, char **end, int base);
-#if 0
  int   atoi(const char *string);
  int   ParseInt(const char *string, int *Val);
 void   itoa(char *buf, Uint64 num, int base, int minLength, char pad);

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