.\" 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_STRTOL" "" "06 October 2005" "" ""
.SH NAME
simple_strtol \- convert a string to a signed long
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
long simple_strtol (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