summaryrefslogtreecommitdiff
path: root/kernel/includes/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/includes/stdlib.h')
-rw-r--r--kernel/includes/stdlib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/includes/stdlib.h b/kernel/includes/stdlib.h
new file mode 100644
index 0000000..3b24fb6
--- /dev/null
+++ b/kernel/includes/stdlib.h
@@ -0,0 +1,4 @@
+#include <typedefs.h>
+
+u64 parse_u64(const char *restrict str, char **restrict endptr, int base,
+ int *err);