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

NAME

6       simple_strtoll - convert a string to a signed long long
7

SYNOPSIS

9       long long simple_strtoll(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 kstrtoll instead.
24
26Kernel Hackers Manual 3.10         June 2019                 SIMPLE_STRTOLL(9)
Impressum