1 --- atoi.3.orig Fri Mar 11 10:13:22 2005
2 +++ atoi.3 Fri Mar 11 10:14:49 2005
16 .Fn atoi "const char *nptr"
19 +.Fn atoi_l "const char *nptr" "locale_t loc"
24 .Bd -literal -offset indent
25 (int)strtol(nptr, (char **)NULL, 10);
30 +function uses the current locale, the
32 +function may be passed a locale directly. See
34 +for more information.
35 .Sh IMPLEMENTATION NOTES