XmuCompareISOLatin1(Xmu) X Version 11 (Release 5) XmuCompareISOLatin1(Xmu)
6 January 1993
Name
XmuCompareISOLatin1 - compare two Latin-1 strings
Syntax
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 lexicographi-
cally greater than, equal to, or less than the second.
The two strings are assumed to be encoded using ISO 8859-1.
See also
XmuLookupLatin1(Xmu), XmuCopyISOLatin1Lowered(Xmu)
Xlib - C Language X Interface