Manpage of WCSCOLL
WCSCOLL
Section: NEWLIB (3)
Updated: 2005 Feb 23
Index
Return to Main Contents
NAME
6.9 `wcscoll'--locale specific wide-character string compare
SYNOPSIS
#include <wchar.h>
int wcscoll(const wchar_t *STRA, const wchar_t * STRB);
DESCRIPTION
`wcscoll' compares the wide-character string pointed to by STRA to the
wide-character string pointed to by STRB, using an interpretation
appropriate to the current `LC_COLLATE' state.
The current implementation of `wcscoll' simply uses `wcscmp' and
does not support any language-specific sorting.
RETURNS
If the first string is greater than the second string, `wcscoll'
returns a number greater than zero. If the two strings are equivalent,
`wcscoll' returns zero. If the first string is less than the second
string, `wcscoll' returns a number less than zero.
PORTABILITY
`wcscoll' is ISO/IEC 9899/AMD1:1995 (ISO C).
SEE ALSO
wcscoll
is part of the
libc
library.
The full documentation for
libc
is maintained as a Texinfo manual. If
info
and
libc
are properly installed at your site, the command
-
info libc
will give you access to the complete manual.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURNS
-
- PORTABILITY
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:25:34 GMT, May 16, 2005
www.fiveanddime.net