Manpage of STRCOLL

Google
Web www.fiveanddime.net

STRCOLL

Section: NEWLIB (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

5.17 `strcoll'--locale specific character string compare

 

SYNOPSIS


     #include <string.h>
     int strcoll(const char *STRA, const char * STRB);  

DESCRIPTION

`strcoll' compares the string pointed to by STRA to the string pointed to by STRB, using an interpretation appropriate to the current `LC_COLLATE' state.

 

RETURNS

If the first string is greater than the second string, `strcoll' returns a number greater than zero. If the two strings are equivalent, `strcoll' returns zero. If the first string is less than the second string, `strcoll' returns a number less than zero.

 

PORTABILITY

`strcoll' is ANSI C.


   `strcoll' requires no supporting OS subroutines.

 

SEE ALSO

strcoll 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:31 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net