diff options
Diffstat (limited to 'pod/perlclib.pod')
-rw-r--r-- | pod/perlclib.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlclib.pod b/pod/perlclib.pod index a0f4a80eec..861bf5e3f3 100644 --- a/pod/perlclib.pod +++ b/pod/perlclib.pod @@ -166,7 +166,7 @@ table, C<c> is a C<char>, and C<u> is a Unicode codepoint. strtoul(s, *p, n) Strtoul(s, *p, n) Notice also the C<scan_bin>, C<scan_hex>, and C<scan_oct> functions in -F<util.c> for converting strings representing numbers in the respective +F<numeric.c> for converting strings representing numbers in the respective bases into C<NV>s. In theory C<Strtol> and C<Strtoul> may not be defined if the machine perl is |