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

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

WCPCPY(3)

Contents


NAME    [Toc]    [Back]

       wcpcpy - copy a wide character string, returning a pointer to its end

SYNOPSIS    [Toc]    [Back]

       #include <wchar.h>

       wchar_t *wcpcpy (wchar_t *dest, const wchar_t *src);

DESCRIPTION    [Toc]    [Back]

       The  wcpcpy  function  is  the  wide-character equivalent of the stpcpy
       function. It copies the	wide  character  string  pointed  to  by  src,
       including  the  terminating L'\0' character, to the array pointed to by
       dest.

       The strings may not overlap.

       The  programmer	must  ensure  that  there  is  room   for   at	 least
       wcslen(src)+1 wide characters at dest.

RETURN VALUE    [Toc]    [Back]

       wcpcpy  returns a pointer to the end of the wide-character string dest,
       that is, a pointer to the terminating L'\0' character.

CONFORMING TO    [Toc]    [Back]

       This function is a GNU extension.

SEE ALSO    [Toc]    [Back]

      
      
       strcpy(3), wcscpy(3)



GNU				  1999-07-25			     WCPCPY(3)
[ Back ]
 Similar pages
Name OS Title
wcpncpy Linux copy a fixed-size string of wide characters, returning a pointer to its end
stpcpy Linux copy a string returning a pointer to its end
stpncpy Linux copy a fixed-size string, returning a pointer to its end
wcscpy Linux copy a wide character string
XmTextFieldGetStringWcs HP-UX A TextField function that retrieves a copy of the wide character string value of a TextField widget
XmTextGetStringWcs IRIX A Text function that retrieves a copy of the wide character string value of a Text widget
XmTextFieldGetStringWcs IRIX A TextField function that retrieves a copy of the wide character string value of a TextField widget
XmTextFieldGetStringWcs Tru64 A TextField function that retrieves a copy of the wide character string value of a TextField widget
XmTextGetStringWcs HP-UX A Text function that retrieves a copy of the wide character string value of a Text widget
XmTextGetStringWcs Tru64 A Text function that retrieves a copy of the wide character string value of a Text widget
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service