summaryrefslogtreecommitdiff
path: root/c_src/linux/kstrtox.h
diff options
context:
space:
mode:
Diffstat (limited to 'c_src/linux/kstrtox.h')
-rw-r--r--c_src/linux/kstrtox.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/c_src/linux/kstrtox.h b/c_src/linux/kstrtox.h
new file mode 100644
index 00000000..910b6de8
--- /dev/null
+++ b/c_src/linux/kstrtox.h
@@ -0,0 +1,7 @@
+#ifndef _LIB_KSTRTOX_H
+#define _LIB_KSTRTOX_H
+
+const char *_parse_integer_fixup_radix(const char *s, unsigned int *base);
+unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *res);
+
+#endif