Index of Section 3 Manual Pages
| Interix / SUA | wcscoll.3 | Interix / SUA |
wcscoll(3) wcscoll(3)
wcscoll()
NAME
wcscoll() - compare wide-character strings according to current collation
SYNOPSIS
#include
int wcscoll (const wchar_t *ws1, const wchar_t *ws2)
DESCRIPTION
The wcscoll(3) function lexicographically compares the wide-character
strings ws1 and ws2 according to the current locale collation and returns
an integer greater than, equal to, or less than 0, according as ws1 is
greater than, equal to, or less than ws2.
SEE ALSO
memcmp(3)
setlocale(3)
wcscmp(3)
wcsxfrm(3)
USAGE NOTES
The wcscoll function is thread safe.
The wcscoll function is not async-signal safe.