Table of Contents

mbsrtowcs

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

return value

C Sourcecode Example

no example yet

output