The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

strcoll (3)
  • strcoll (3) ( Solaris man: Библиотечные вызовы )
  • >> strcoll (3) ( FreeBSD man: Библиотечные вызовы )
  • strcoll (3) ( Русские man: Библиотечные вызовы )
  • strcoll (3) ( Linux man: Библиотечные вызовы )
  • strcoll (3) ( POSIX man: Библиотечные вызовы )

  • BSD mandoc
     

    NAME

    
    
    strcoll
    
     - compare strings according to current collation
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <string.h>
    int strcoll (const char *s1 const char *s2);
     

    DESCRIPTION

    The strcoll ();
    function lexicographically compares the null-terminated strings Fa s1 and Fa s2 according to the current locale collation and returns an integer greater than, equal to, or less than 0, according as Fa s1 is greater than, equal to, or less than Fa s2 . If information about the current locale collation is not available, the value of strcmp (s1 s2);
    is returned.  

    SEE ALSO

    setlocale(3), strcmp(3), strxfrm(3), wcscoll(3)  

    STANDARDS

    The strcoll ();
    function conforms to St -isoC .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    SEE ALSO
    STANDARDS


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру