Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ wcspbrk(3C) — UnixWare 2.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

wchar(5)

wcschr(3C)

wcsrchr(3C)






       wcspbrk(3C)                                              wcspbrk(3C)


       NAME
             wcspbrk - scan a wide character string for wide characters

       SYNOPSIS
             #include <wchar.h>
             wchar_t *wcspbrk(const wchar_t *ws1, const wchar_t *ws2);

       DESCRIPTION
             wcspbrk returns a pointer to the first occurrence in the wide
             string ws1 of any wide character from the wide string ws2, or
             a null pointer if there is no wide character from ws2 in ws1.

          Return Values
             On completion, wcspbrk returns a pointer to the first wide
             character, or a null pointer if no wide character from ws2 is
             found in ws1.

       REFERENCES
             wchar(5), wcschr(3C), wcsrchr(3C)





























                           Copyright 1994 Novell, Inc.               Page 1








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