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

NAME

6       simple_strtol - convert a string to a signed long
7

SYNOPSIS

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

ARGUMENTS

12       cp
13           The start of the string
14
15       endp
16           A pointer to the end of the parsed string will be placed here
17
18       base
19           The number base to use
20
22Kernel Hackers Manual 2.6.       November 2011                SIMPLE_STRTOL(9)
Impressum