1SIMPLE_STRTOUL(9)          Basic C Library Functions         SIMPLE_STRTOUL(9)
2
3
4

NAME

6       simple_strtoul - convert a string to an unsigned long
7

SYNOPSIS

9       unsigned long simple_strtoul(const char * cp, char ** endp,
10                                    unsigned int base);
11

ARGUMENTS

13       cp
14           The start of the string
15
16       endp
17           A pointer to the end of the parsed string will be placed here
18
19       base
20           The number base to use
21

DESCRIPTION

23       This function is obsolete. Please use kstrtoul instead.
24
26Kernel Hackers Manual 3.10         June 2019                 SIMPLE_STRTOUL(9)
Impressum