diff options
Diffstat (limited to 'lib/libc/stdlib/atol.3')
-rw-r--r-- | lib/libc/stdlib/atol.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/stdlib/atol.3 b/lib/libc/stdlib/atol.3 index d23f42d..9ba67cd 100644 --- a/lib/libc/stdlib/atol.3 +++ b/lib/libc/stdlib/atol.3 @@ -82,6 +82,13 @@ representation. It is equivalent to: .Pp .Dl "strtoll(nptr, (char **)NULL, 10);" +.Sh ERRORS +The +.Fn atol +function does not detect errors. +The +.Fn atoll +function does not detect errors. .Sh SEE ALSO .Xr atof 3 , .Xr atoi 3 , @@ -94,7 +101,6 @@ The function conforms to .St -isoC . -.Pp The .Fn atoll function |