*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages -> strdup (3)              
Title
Content
Arch
Section
 

STRDUP(3)

Contents


NAME    [Toc]    [Back]

     strdup - save a copy of a string

LIBRARY    [Toc]    [Back]

     Standard C Library (libc, -lc)

SYNOPSIS    [Toc]    [Back]

     #include <string.h>

     char *
     strdup(const char *str);

DESCRIPTION    [Toc]    [Back]

     The strdup() function allocates sufficient memory for a copy of the
     string 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.

SEE ALSO    [Toc]    [Back]

      
      
     free(3), malloc(3), strcpy(3), strlen(3)

HISTORY    [Toc]    [Back]

     The strdup() function first appeared in 4.4BSD.

BSD                              June 9, 1993                              BSD
[ Back ]
 Similar pages
Name OS Title
XmStringCopy HP-UX A compound string function that makes a copy of a string
XmStringCopy IRIX A compound string function that makes a copy of a string
XmStringCopy Tru64 A compound string function that makes a copy of a string
strcpy Linux copy a string
bcopy NetBSD copy byte string
bcopy NetBSD copy byte string
memcpy NetBSD copy byte string
memcpy FreeBSD copy byte string
memmove FreeBSD copy byte string
memcpy NetBSD copy byte string
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service