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

NAME

6       simple_strtoull - convert a string to an unsigned long long
7

SYNOPSIS

9       unsigned long long simple_strtoull(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
23Kernel Hackers Manual 2.6.         June 2019                SIMPLE_STRTOULL(9)
Impressum