blob: 7b1f447cbcc1dd4773b4c4a08adce78e3485e8c8 [file] [log] [blame]
#ifndef _LIB_KSTRTOX_H
#define _LIB_KSTRTOX_H
#define KSTRTOX_OVERFLOW (1U << 31)
unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *res);
#endif