typo
This commit is contained in:
parent
d1918e2e9f
commit
d31ad285a0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ characters followed by a sign (either plus or minus) and at least one digit in
|
||||||
the specified \fIbase\fP. The digits of a hexadecimal string may be preceded by
|
the specified \fIbase\fP. The digits of a hexadecimal string may be preceded by
|
||||||
the prefix 0x or 0X, which is ignored. If \fIbase\fP is zero, hexadecimal is
|
the prefix 0x or 0X, which is ignored. If \fIbase\fP is zero, hexadecimal is
|
||||||
assumed if this prefix is present, octal is assumed if there is a leading zero
|
assumed if this prefix is present, octal is assumed if there is a leading zero
|
||||||
and decimal is assumed otherwise. If not zero, \fIbase\fI must be at least 2
|
and decimal is assumed otherwise. If not zero, \fIbase\fP must be at least 2
|
||||||
and at most 36. A pointer to the first character following the numeric string is
|
and at most 36. A pointer to the first character following the numeric string is
|
||||||
stored in *\fIendptr\fP.
|
stored in *\fIendptr\fP.
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Reference in a new issue