wcsrchr(3C) wcsrchr(3C)
NAME
wcsrchr - reverse wide character string scan
SYNOPSIS
#include <wchar.h>
wchar_t *wcsrchr(const wchar_t *ws, wint_t wc);
DESCRIPTION
wcsrchr scans the wide string ws for the last occurrence of
the wide character wc. The null wide character terminating ws
is considered to be part of the string.
Return Values
wcsrchr returns a pointer to the last occurrence of the wide
character wc in the wide string ws, or a null pointer if wc
does not occur in the string.
REFERENCES
wchar(5), wcschr(3C)
Copyright 1994 Novell, Inc. Page 1