Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ wcscspn(3C) — UnixWare 2.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

wchar(5)

wcsspn(3C)






       wcscspn(3C)                                              wcscspn(3C)


       NAME
             wcscspn - get length of complementary wide substring

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

       DESCRIPTION
             wcscspn determines the length of the maximum initial segment
             of the wide string pointed to by ws1.  This string consists
             entirely of wide characters not included in the string pointed
             to by ws2.

          Return Values
             wcscspn returns the length of the segment.

       REFERENCES
             wchar(5), wcsspn(3C)






























                           Copyright 1994 Novell, Inc.               Page 1








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