1 --- mbrtowc.3.orig Fri Mar 11 19:44:47 2005
2 +++ mbrtowc.3 Fri Mar 11 19:55:59 2005
10 .Nd "convert a character to a wide-character code (restartable)"
14 .Fa "wchar_t * restrict pwc" "const char * restrict s" "size_t n"
15 .Fa "mbstate_t * restrict ps"
20 +.Fa "wchar_t * restrict pwc" "const char * restrict s" "size_t n"
21 +.Fa "mbstate_t * restrict ps" "locale_t loc"
28 object, which is initialized to the initial conversion state
33 +function uses the current locale, the
35 +function may be passed a locale directly. See
37 +for more information.