XmuCompareISOLatin1(X3xmu) X Version 11 (Release 6.1)
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
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.