1 --- mbstowcs.3.orig Fri Mar 11 19:44:47 2005
2 +++ mbstowcs.3 Fri Mar 11 20:01:09 2005
10 .Nd convert a character string to a wide-character string
14 .Fa "wchar_t * restrict wcstring" "const char * restrict mbstring"
20 +.Fa "wchar_t * restrict wcstring" "const char * restrict mbstring"
21 +.Fa "size_t nwchars" "locale_t loc"
28 wide characters are stored.
29 A terminating null wide character is appended if there is room.
33 +function uses the current locale, the
35 +function may be passed a locale directly. See
37 +for more information.