#include <time.h> or #define NWL_EXCLUDE_TIME #include <stdio.h> or #define NWL_EXCLUDE_FILE #include <nwlocale.h>int NWAPI NWLstrcoll (char NWFAR
string1, char NWFAR
string2);
When string1/string2 are relative to current locale setting:
integer >0 string1 > string2
integer = 0 string1 = string2
integer <0 string1 < string2
NWLstrcoll compares ``string1' to ``string2', both interpreted as appropriate to the LC_COLLATE category of the current locale. For a locale-sensitive comparision of two strings, call NWLstrcoll instead of strcmp.
Internationalization