Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

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

Media Vault

Software Library

Restoration Projects

Artifacts Sought



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


NAME
       wcscmp - compare two wide character strings

SYNOPSIS
       #include <wchar.h>
       int wcscmp(const wchart *ws1, const wchart *ws2);

DESCRIPTION
       wcscmp makes a comparison between the wide character string pointed
       to by ws1 and the wide character string pointed to by ws2.

   Return Values
       wcscmp compares its arguments and returns an integer less than, equal
       to, or greater than zero, depending on whether wide character string
       ws1 is less than, equal to, or greater than wide character string
       ws2.  The null wide character compares less than any other wide
       character.

REFERENCES
       wcsncmp(3C)


Licensed material--property of copyright holder(s)

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