The libc implementation
Marcel Sondaar
Public Domain
wchar_t * wcschr(const wchar_t *s,wchar_t c)
Finds the first occurance of the character c in the null-terminated string s
Returns a pointer to the location in the string where c is found
Returns NULL if c could not be found