1SIMPLE_STRTOUL(9) Basic C Library Functions SIMPLE_STRTOUL(9)
23
4
NAME
6simple_strtoul - convert a string to an unsigned long
7
SYNOPSIS
9unsigned long simple_strtoul(const char * cp, char ** endp,
10unsigned int base);
11
ARGUMENTS
13cp
14The start of the string
1516
endp
17A pointer to the end of the parsed string will be placed here
1819
base
20The number base to use
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 SIMPLE_STRTOUL(9)