RETURN VALUES
The wcscoll function returns an integer greater than, equal to, or less than 0, if s1 is greater than, equal to, or less than s2. No return value is reserved to indicate errors; callers should set errno to 0 before calling wcscoll. If it is non-zero upon return from wcscoll, an error has occurred.
ERRORS
The wcscoll function will fail if: