1 --- wcstombs.3.orig Fri Mar 11 19:44:47 2005
2 +++ wcstombs.3 Fri Mar 11 19:48:16 2005
10 .Nd convert a wide-character string to a character string
14 .Fa "char * restrict mbstring" "const wchar_t * restrict wcstring"
20 +.Fa "char * restrict mbstring" "const wchar_t * restrict wcstring"
21 +.Fa "size_t nbytes" "locale_t loc"
28 Partial multibyte characters at the end of the string are not stored.
29 The multibyte character string is null terminated if there is room.
33 +function uses the current locale, the
35 +function may be passed a locale directly. See
37 +for more information.