]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/atoi.3
Libc-1158.50.2.tar.gz
[apple/libc.git] / stdlib / FreeBSD / atoi.3
index 3dc33e8cd354d2ff635ccf918e801a8cf9d2058a..6e8a7969975083a051f771997e68a0e252f91820 100644 (file)
@@ -79,14 +79,14 @@ and
 functions are thread-safe and async-cancel-safe.
 .Pp
 The
-.Fn atoi
-and
-.Fn atoi_l
-functions have been deprecated by
 .Fn strtol
 and
 .Fn strtol_l
-and should not be used in new code.
+functions are recommended instead of 
+.Fn atoi
+and
+.Fn atoi_l
+functions, especially in new code.
 .Sh ERRORS
 The function
 .Fn atoi