Converts a multibyte character to a corresponding wide character.
#include stdlib.h> int mbtowc (wchar_t *wchar, const char *mbchar, size_t count);
wchar
mbchar
count
mbtowc will not examine more than MB_CUR_MAX bytes.
mbchar
is a null pointer or the object that it points to is a wide-character null.
mbchar
points to does not form a valid multibyte character within the first count characters. Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/stdlib.h | stdlib.h | clib.lib |