The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    strspn
    
     - span a string
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

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

    DESCRIPTION

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

    RETURN VALUES

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

    SEE ALSO

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

    STANDARDS

    The strspn ();
    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
    Добавить, Поддержать, Вебмастеру