]> git.sesse.net Git - bcachefs-tools-debian/blob - linux/kstrtox.h
rust: bump rpassword to v7.x
[bcachefs-tools-debian] / linux / kstrtox.h
1 #ifndef _LIB_KSTRTOX_H
2 #define _LIB_KSTRTOX_H
3
4 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base);
5 unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *res);
6
7 #endif