1SIMPLE_STRTOLL(9) Basic C Library Functions SIMPLE_STRTOLL(9)
23
4
NAME
6simple_strtoll - convert a string to a signed long long
7
SYNOPSIS
9long long simple_strtoll(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. November 2011 SIMPLE_STRTOLL(9)