Table of Contents

mbrtowc

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

return value

C Sourcecode Example

no example yet

output