Compare two wide-character strings
#include <wchar.h> int wcscmp( const wchar_t * ws1, const wchar_t * ws2 );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The wcscmp() function compares the wide-characters strings pointed to by ws1 and ws2.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | Yes |
Signal handler | Yes |
Thread | Yes |
strcasecmp(), strcmp(), strcmpi(), strcoll(), stricmp(), strncasecmp(), strncmp(), strnicmp(), wcscoll(), wcsncmp()