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

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

WCSCPY(3)

Contents


NAME    [Toc]    [Back]

       wcscpy - copy a wide character string

SYNOPSIS    [Toc]    [Back]

       #include <wchar.h>

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

DESCRIPTION    [Toc]    [Back]

       The  wcscpy  function  is  the  wide-character equivalent of the strcpy
       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]

       wcscpy returns dest.

CONFORMING TO    [Toc]    [Back]

       ISO/ANSI C, UNIX98

SEE ALSO    [Toc]    [Back]

      
      
       strcpy(3), wcpcpy(3), wcscat(3), wcsdup(3), wmemcpy(3)



GNU				  1999-07-25			     WCSCPY(3)
[ Back ]
 Similar pages
Name OS Title
wcpcpy Linux copy a wide character string, returning a pointer to its end
XmTextGetStringWcs IRIX A Text function that retrieves a copy of the wide character string value of a Text widget
XmTextGetStringWcs HP-UX A Text function that retrieves a copy of the wide character string value of a Text widget
XmTextFieldGetStringWcs HP-UX A TextField function that retrieves a copy of the wide character string value of a TextField widget
XmTextGetStringWcs Tru64 A Text function that retrieves a copy of the wide character string value of a Text widget
XmTextFieldGetStringWcs Tru64 A TextField function that retrieves a copy of the wide character string value of a TextField widget
XmTextFieldGetStringWcs IRIX A TextField function that retrieves a copy of the wide character string value of a TextField widget
wcsrtombs NetBSD converts a wide character string to a multibyte character string (restartable)
mbsrtowcs NetBSD converts a multibyte character string to a wide character string (restartable)
wcsspn Linux advance in a wide-character string, skipping any of a set of wide characters
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service