summaryrefslogtreecommitdiffstats
path: root/usr/klibc/strtoull.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/klibc/strtoull.c')
-rw-r--r--usr/klibc/strtoull.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/klibc/strtoull.c b/usr/klibc/strtoull.c
new file mode 100644
index 0000000..83c14e9
--- /dev/null
+++ b/usr/klibc/strtoull.c
@@ -0,0 +1,3 @@
+#define TYPE unsigned long long
+#define NAME strtoull
+#include "strtox.c"