The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    memccpy
    
     - copy string until character found
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <string.h>
    void * memccpy (void *dst const void *src int c size_t len);
     

    DESCRIPTION

    The memccpy ();
    function copies bytes from string Fa src to string Fa dst . If the character Fa c (as converted to an unsigned char) occurs in the string Fa src , the copy stops and a pointer to the byte after the copy of Fa c in the string Fa dst is returned. Otherwise, Fa len bytes are copied, and a NULL pointer is returned.  

    SEE ALSO

    bcopy(3), memcpy(3), memmove(3), strcpy(3)  

    HISTORY

    The memccpy ();
    function first appeared in BSD 4.4


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    SEE ALSO
    HISTORY


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




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

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