Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <wchar.h> int wcscmp(const wchar_t *ws1, const wchar_t *ws2);
| ||
Return val. | < 0 | ws1 is lexically less than ws2. | |
Notes | This version of the C runtime system only supports one-byte characters as wide character codes. Wide character strings terminated with the null wide character (\0) are expected as arguments. | ||
See also | strncmp, wcsncmp |