1 --- wcrtomb.3.orig Fri Mar 11 19:44:47 2005
2 +++ wcrtomb.3 Fri Mar 11 19:49:35 2005
10 .Nd "convert a wide-character code to a character (restartable)"
16 .Fn wcrtomb "char * restrict s" "wchar_t wc" "mbstate_t * restrict ps"
19 +.Fn wcrtomb_l "char * restrict s" "wchar_t wc" "mbstate_t * restrict ps" "locale_t loc"
25 object, which is initialized to the initial conversion state
30 +function uses the current locale, the
32 +function may be passed a locale directly. See
34 +for more information.