.\" 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_STRTOUL" "" "06 October 2005" "" "" .SH NAME simple_strtoul \- convert a string to an unsigned long .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp unsigned long simple_strtoul (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