Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ wcsrchr(3C) — UnixWare 2.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

wchar(5)

wcschr(3C)






       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








Typewritten Software • bear@typewritten.org • Edmonds, WA 98026