1 --- digittoint.3.orig Fri Mar 11 19:44:47 2005
2 +++ digittoint.3 Fri Mar 11 19:45:48 2005
10 .Nd convert a numeric character to its integer value
16 .Fn digittoint "int c"
19 +.Fn digittoint_l "int c" "locale_t loc"
23 function converts a numeric character to its corresponding integer value.
24 The character can be any decimal digit or hexadecimal digit.
25 With hexadecimal characters, the case of the values does not matter.
29 +function uses the current locale, the
31 +function may be passed a locale directly. See
33 +for more information.