1SIMPLE_STRTOULL(9) Basic C Library Functions SIMPLE_STRTOULL(9)
23
4
NAME
6simple_strtoull - convert a string to an unsigned long long
7
SYNOPSIS
9unsigned long long simple_strtoull(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
DESCRIPTION
23This function is obsolete. Please use kstrtoull instead.
24
COPYRIGHT
26Kernel Hackers Manual 3.10 June 2019 SIMPLE_STRTOULL(9)