Table of Contents

wcscspn

 #include <wchar.h>
 size_t wcscspn(const wchar_t *, const wchar_t *);

return value

C Sourcecode Example

no example yet

output