Copyright Digital Equipment Corp. All rights reserved.

mbrtowc

   Converts a multibyte character to its wide-character
   representation.

   Format

     #include  <wchar.h>

     size_t mbrtowc  (wchar_t *pwc, const char *s, size_t n,
                     mbstate_t *ps);
 


Additional information available:

Arguments       Description     Return_Values