Submitted by Jeremy
on July 18, 2007 - 10:24pm
.\" Title: simple_strtol
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.70.1
.\" Date: July 2007
.\" Manual: Basic C Library Functions
.\" Source: Kernel Hackers Manual 2.6.22
.\"
.TH "SIMPLE_STRTOL" "9" "July 2007" "Kernel Hackers Manual 2.6.22" "Basic C Library Functions"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
simple_strtol \- convert a string to a signed long
.SH "SYNOPSIS"
.HP 19
.BI "long simple_strtol(const\ char\ *\ " "cp" ", char\ **\ " "endp" ", unsigned\ int\ " "base" ");"
.SH "ARGUMENTS"
.TP 3n
\fIcp\fR
The start of the string
.TP 3n
\fIendp\fR
A pointer to the end of the parsed string will be placed here
.TP 3n
\fIbase\fR
The number base to use
.SH "COPYRIGHT"