Kernel/libc - Added prototypes
authorJohn Hodge (sonata) <[email protected]>
Sat, 1 Dec 2012 08:53:57 +0000 (16:53 +0800)
committerJohn Hodge (sonata) <[email protected]>
Sat, 1 Dec 2012 08:53:57 +0000 (16:53 +0800)
KernelLand/Kernel/libc.c

index a5f87e4..58c2e1a 100644 (file)
 #define        RANDOM_SPRUCE   0xf12b039
 
 // === PROTOTYPES ===
+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);

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