.TH "simple_strtoull" 9 "simple_strtoull" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME simple_strtoull \- convert a string to an unsigned long long .SH SYNOPSIS .B "unsigned long long" simple_strtoull .BI "(const char *" cp "," .BI "char **" endp "," .BI "unsigned int " base ");" .SH ARGUMENTS .IP "cp" 12 The start of the string .IP "endp" 12 A pointer to the end of the parsed string will be placed here .IP "base" 12 The number base to use