1 --- wctomb.3.orig Fri Mar 11 19:44:47 2005
2 +++ wctomb.3 Fri Mar 11 19:47:38 2005
10 .Nd convert a wide-character code to a character
16 .Fn wctomb "char *mbchar" "wchar_t wchar"
19 +.Fn wctomb_l "char *mbchar" "wchar_t wchar" "locale_t loc"
24 pointer returns nonzero if the current locale requires shift states,
26 if shift states are required, the shift state is reset to the initial state.
30 +function uses the current locale, the
32 +function may be passed a locale directly. See
34 +for more information.