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