wcschr(S)
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(M),
wcsrchr(S)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 01 June 2005