Table of Contents

wcstok

 #include <wchar.h>
wchar_t *wcstok(wchar_t *restrict, const wchar_t *restrict, wchar_t **restrict);

return value

C Sourcecode Example

no example yet

output