This commit is contained in:
Michael Kerrisk 2007-12-24 11:36:55 +00:00
parent faebe20b57
commit 2147452bc0
2 changed files with 6 additions and 6 deletions

View File

@ -43,9 +43,9 @@ pointed to by \fInptr\fP to
.IR double .
The behavior is the same as
.sp
.RS
.B strtod(nptr, (char **) NULL);
.RE
.in +4n
strtod(nptr, (char **) NULL);
.in
.sp
except that
.BR atof ()

View File

@ -62,9 +62,9 @@ pointed to by \fInptr\fP to
.IR int .
The behavior is the same as
.sp
.RS
.B strtol(nptr, (char **) NULL, 10);
.RE
.in +4n
strtol(nptr, (char **) NULL, 10);
.in
.sp
except that
.BR atoi ()