.\" 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_STRTOLL" "9" "09 October 2005" "" "" .SH NAME simple_strtoll \- convert a string to a signed long long .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp long long simple_strtoll (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