X Version 11 (Release 6.1)
XmuCompareISOLatin1(X3xmu)
XmuCompareISOLatin1 --
compare two Latin-1 strings
Synopsis
cc . . . -lXmu
#include <X11/Xmu/CharSet.h>
int XmuCompareISOLatin1(first, second)
char *first, *second;
Arguments
first-
Specifies a string to compare.
second-
Specifies a string to compare.
Description
The XmuCompareISOLatin1
function compares two null-terminated Latin-1 strings, ignoring case
differences, and returns an integer greater than, equal to, or less than 0,
according to whether the first
is lexicographically greater than, equal to, or
less than the second.
The two strings are assumed to be encoded using
ISO 8859-1.
References
XmuLookupLatin1(X3xmu),
XmuCopyISOLatin1Lowered(X3xmu)
Xlib - C Language X Interface
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004