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

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

WMEMMOVE(3)

Contents


NAME    [Toc]    [Back]

       wmemmove - copy an array of wide-characters

SYNOPSIS    [Toc]    [Back]

       #include <wchar.h>

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

DESCRIPTION    [Toc]    [Back]

       The  wmemmove  function is the wide-character equivalent of the memmove
       function. It copies n wide characters from the array starting at src to
       the array starting at dest. The arrays may overlap.

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

RETURN VALUE    [Toc]    [Back]

       wmemmove returns dest.

CONFORMING TO    [Toc]    [Back]

       ISO/ANSI C, UNIX98

SEE ALSO    [Toc]    [Back]

      
      
       memmove(3), wmemcpy(3)



GNU				  1999-07-25			   WMEMMOVE(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