1 --- atol.3.orig Fri Mar 11 10:15:17 2005
2 +++ atol.3 Fri Mar 11 10:53:10 2005
14 .Fn atol "const char *nptr"
16 .Fn atoll "const char *nptr"
19 +.Fn atol_l "const char *nptr" "locale_t loc"
21 +.Fn atoll_l "const char *nptr" "locale_t loc"
28 .Dl "strtoll(nptr, (char **)NULL, 10);"
34 +functions use the current locale, the
38 +functions may be passed locales directly. See
40 +for more information.