The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    strdup
    
     - save a copy of a string
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <string.h>
    char * strdup (const char *str);
     

    DESCRIPTION

    The strdup ();
    function allocates sufficient memory for a copy of the string Fa str , does the copy, and returns a pointer to it. The pointer may subsequently be used as an argument to the function free(3).

    If insufficient memory is available, NULL is returned and errno is set to Er ENOMEM .  

    SEE ALSO

    free(3), malloc(3)  

    HISTORY

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