wcsrchr(3C) DG/UX R4.11MU05 wcsrchr(3C)
NAME
wcsrchr - reverse wide character string scan
SYNOPSIS
#include <wchar.h>
wchart *wcsrchr(const wchart *ws, wintt 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
wcschr(3C)
Licensed material--property of copyright holder(s)