1 --- btowc.3.orig Fri Mar 11 18:06:40 2005
2 +++ btowc.3 Fri Mar 11 18:08:08 2005
11 .Nd "convert between wide and single-byte characters"
20 +.Fn btowc_l "int c" "locale_t loc"
22 +.Fn wctob_l "wint_t c" "locale_t loc"
35 +functions use the current locale, the
39 +functions may be passed locales directly. See
41 +for more information.