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

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

WMEMCPY(3)

Contents


NAME    [Toc]    [Back]

       wmemcpy - copy an array of wide-characters

SYNOPSIS    [Toc]    [Back]

       #include <wchar.h>

       wchar_t *wmemcpy (wchar_t *dest, const wchar_t *src, size_t n);

DESCRIPTION    [Toc]    [Back]

       The  wmemcpy  function  is  the wide-character equivalent of the memcpy
       function. It copies n wide characters from the array starting at src to
       the array starting at dest.

       The arrays may not overlap; use wmemmove(3) to copy between overlapping
       arrays.

       The programmer must ensure that there is room for at least n wide characters
 at dest.

RETURN VALUE    [Toc]    [Back]

       wmemcpy returns dest.

CONFORMING TO    [Toc]    [Back]

       ISO/ANSI C, UNIX98

SEE ALSO    [Toc]    [Back]

      
      
       memcpy(3), wmemmove(3), wcscpy(3)



GNU				  1999-07-25			    WMEMCPY(3)
[ Back ]
 Similar pages
Name OS Title
wmemset Linux fill an array of wide-characters with a constant wide character
curs_get_wstr Tru64 Get an array of wide characters from a Curses terminal keyboard
wgetn_wstr Tru64 Get an array of wide characters from a Curses terminal keyboard
mvgetn_wstr Tru64 Get an array of wide characters from a Curses terminal keyboard
mvget_wstr Tru64 Get an array of wide characters from a Curses terminal keyboard
wget_wstr Tru64 Get an array of wide characters from a Curses terminal keyboard
get_wstr Tru64 Get an array of wide characters from a Curses terminal keyboard
mvwgetn_wstr Tru64 Get an array of wide characters from a Curses terminal keyboard
mvwget_wstr Tru64 Get an array of wide characters from a Curses terminal keyboard
getn_wstr Tru64 Get an array of wide characters from a Curses terminal keyboard
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service