![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _LIB_KSTRTOX_H 0003 #define _LIB_KSTRTOX_H 0004 0005 #define KSTRTOX_OVERFLOW (1U << 31) 0006 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base); 0007 unsigned int _parse_integer_limit(const char *s, unsigned int base, unsigned long long *res, 0008 size_t max_chars); 0009 unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *res); 0010 0011 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |