Table of Contents

wcsrtombs

   #include <wchar.h>
   size_t wcsrtombs(char *restrict, const wchar_t **restrict, size_t, mbstate_t *restrict);

return value

C Sourcecode Example

no example yet

output