.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SIMPLE_STRTOULL" "9" "09 October 2005" "" "" .SH NAME simple_strtoull \- convert a string to an unsigned long long .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp unsigned long long simple_strtoull (const char * \fIcp\fB, char ** \fIendp\fB, unsigned int \fIbase\fB); \fR .SH "ARGUMENTS" .TP \fB\fIcp\fB\fR The start of the string .TP \fB\fIendp\fB\fR A pointer to the end of the parsed string will be placed here .TP \fB\fIbase\fB\fR The number base to use