Converts a wide character to the corresponding multibyte character and stores it in a specified location.
#include <stdlib.h> int wctomb (char *mbchar, wchar_t wchar);
mbchar 
wchar 
wchar is the wide-character null.| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 3.0 | intime/rt/include/stdlib.h | stdlib.h | clib.lib |