Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ wcschr(3C) — DG/UX R4.11MU05

Media Vault

Software Library

Restoration Projects

Artifacts Sought



wcschr(3C)                     DG/UX R4.11MU05                    wcschr(3C)


NAME
       wcschr - scan a wide character string

SYNOPSIS
       #include <wchar.h>
       wchart *wcschr(const wchart *ws, wintt 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
       wcsrchr(3C)


Licensed material--property of copyright holder(s)

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