The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    strcspn
    
     - span the complement of a string
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <string.h>
    size_t strcspn (const char *s const char *charset);
     

    DESCRIPTION

    The strcspn ();
    function spans the initial part of the null-terminated string Fa s as long as the characters from Fa s do not occur in string Fa charset (it spans the complement of Fa charset ) . In other words, it computes the string array index in Fa s of the first character of Fa s which is also in Fa charset , else the index of the first null character.  

    RETURN VALUES

    The strcspn ();
    function returns the number of characters spanned.  

    SEE ALSO

    memchr(3), strchr(3), strpbrk(3), strrchr(3), strsep(3), strspn(3), strstr(3), strtok(3)  

    STANDARDS

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


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    SEE ALSO
    STANDARDS


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




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

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