DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

wcsrchr(3C)


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)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004