Copyright Digital Equipment Corp. All rights reserved.

wcrtomb

   Converts the wide character to its multibyte character
   representation.

   Format

     #include  <wchar.h>

     size_t wcrtomb  (char *s, wchar_t wc, mbstate_t *ps);
 


Additional information available:

Arguments       Description     Return_Values