Converts a sequence of wide-character codes to a sequence of multibyte characters. Format #include <stdlib.h> size_t wcstombs (char *s, const wchar_t *pwcs, size_t n);