Table of Contents
wcschr
C Sourcecode Example
output
wcschr
#include <wchar.h> wchar_t *wcschr(const wchar_t *, wchar_t);
return value
C Sourcecode Example
no example yet
output