File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ \section{Standard Module \sectcode{string}}
7979string must consist of one or more digits, optionally preceded by a
8080sign (\samp {+} or \samp {-}). The \var {base} argument has the same
8181meaning as for \code {atoi()}. A trailing \samp {l} or \samp {L} is not
82- allowed.
82+ allowed, except if the base is 0 .
8383\end {funcdesc }
8484
8585\begin {funcdesc }{expandtabs}{s\, tabsize}
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ \section{Standard Module \sectcode{string}}
7979string must consist of one or more digits, optionally preceded by a
8080sign (\samp {+} or \samp {-}). The \var {base} argument has the same
8181meaning as for \code {atoi()}. A trailing \samp {l} or \samp {L} is not
82- allowed.
82+ allowed, except if the base is 0 .
8383\end {funcdesc }
8484
8585\begin {funcdesc }{expandtabs}{s\, tabsize}
You can’t perform that action at this time.
0 commit comments