wcschr(3C) wcschr(3C)
NAME
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)
Copyright 1994 Novell, Inc. Page 1