wcschr(3C)
wcschr --
scan a wide character string
Synopsis
#include <wchar.h>
wchar_t *wcschr(const wchar_t *ws, wint_t wc);
Description
wcschr scans the wide character string pointed to by ws for the wide
character specified by wc.
The null wide character
terminating a string is considered to be part of the string.
Return values
wcschr returns a pointer to the first occurrence of wide character
wc in wide character string ws, or a null pointer if wc
does not occur in the string.
References
wchar(5),
wcsrchr(3C)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004