X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fxmemcoll.c;h=d2ddc33d08a708860c59f470259339eaa565d123;hb=444cc405e1ad5afea49c9757be5a2c31c81804b6;hp=7f8c894b055ceccc57d964785d27afa71c799d47;hpb=088612b229d8e01c9c2e6deef5af7d4477fe2ef0;p=pspp diff --git a/lib/xmemcoll.c b/lib/xmemcoll.c index 7f8c894b05..d2ddc33d08 100644 --- a/lib/xmemcoll.c +++ b/lib/xmemcoll.c @@ -60,8 +60,10 @@ xmemcoll (char *s1, size_t s1len, char *s2, size_t s2len) return diff; } -/* Like xmemcoll, but S1 and S2 are known to be NUL delimited, thus - no modifications to S1 and S2 are needed. */ +/* Compare S1 (with size S1SIZE) and S2 (with length S2SIZE) according + to the LC_COLLATE locale. S1 and S2 are both blocks of memory with + nonzero sizes, and the last byte in each block must be a null byte. + Report an error and exit if there is an error. */ int xmemcoll0 (char const *s1, size_t s1len, char const *s2, size_t s2len)