IMPORT_C int wcstombs(char *s, const wchar_t *pwc, size_t n);
Description
The wcstombs function converts a wide string to a string of multibyte characters.
Parameters
char *s |
multibyte string
|
const wchar_t *pwc |
wide string
|
size_t n |
number of bytes written to.
|
|
Return value