1SIMPLE_STRTOL(9) Basic C Library Functions SIMPLE_STRTOL(9)
23
4
NAME
6simple_strtol - convert a string to a signed long
7
SYNOPSIS
9long simple_strtol(const char * cp, char ** endp, unsigned int base);
10
ARGUMENTS
12cp
13The start of the string
1415
endp
16A pointer to the end of the parsed string will be placed here
1718
base
19The number base to use
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 SIMPLE_STRTOL(9)