Table of Contents

wcschr

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

return value

C Sourcecode Example

no example yet

output