Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ CmprISOLtn1(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XmuCompareISOLatin1 — compare and determine order of two strings, ignoring case. 

SYNOPSIS

#include <X11/Xmu/CharSet.h>

int XmuCompareISOLatin1(first, second)
      char ∗first, ∗second;

ARGUMENTS

firstSpecifies a string to compare. 

secondSpecifies a string to compare. 

DESCRIPTION

XmuCompareISOLatin1 compares two NULL terminated Latin-1 strings, ignoring case differences, and returns an integer greater than, equal to, or less than zero, according to whether first is lexicographically greater than, equal to, or less than second.  The two strings are assumed to be encoded using ISO 8859-1 (Latin-1). 

SEE ALSO

XmuCopyISOLatin1Lowered, XmuCopyISOLatin1Uppered, XmuLookup. 

Xlib Reference Manual

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