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

  man pages->Linux man pages -> wcsdup (3)              
Title
Content
Arch
Section
 

WCSDUP(3)

Contents


NAME    [Toc]    [Back]

       wcsdup - duplicate a wide-character string

SYNOPSIS    [Toc]    [Back]

       #include <wchar.h>

       wchar_t *wcsdup (const wchar_t *s);

DESCRIPTION    [Toc]    [Back]

       The  wcsdup  function  is  the  wide-character equivalent of the strdup
       function. It allocates and returns a new  wide-character  string  whose
       initial contents is a duplicate of the wide-character string pointed to
       by s.

       Memory for the new wide-character string is  obtained  with  malloc(3),
       and can be freed with free(3).

RETURN VALUE    [Toc]    [Back]

       The wcsdup function returns a pointer to the new wide-character string,
       or NULL if sufficient memory was not available.

CONFORMING TO    [Toc]    [Back]

       This function is a GNU extension.

SEE ALSO    [Toc]    [Back]

      
      
       strdup(3), wcscpy(3)



GNU				  1999-07-25			     WCSDUP(3)
[ Back ]
 Similar pages
Name OS Title
mbsrtowcs NetBSD converts a multibyte character string to a wide character string (restartable)
wcsrtombs NetBSD converts a wide character string to a multibyte character string (restartable)
wcsspn Linux advance in a wide-character string, skipping any of a set of wide characters
wcscspn Linux search a wide-character string for any of a set of wide characters
wcspbrk Linux search a wide-character string for any of a set of wide characters
wcschr Linux search a wide character in a wide-character string
wcsrchr Linux search a wide character in a wide-character string
wcstombs NetBSD converts a wide character string to a multibyte character string
wcsrtombs FreeBSD convert a wide-character string to a character string (restartable)
mbsrtowcs FreeBSD convert a character string to a wide-character string (restartable)
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service