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

  man pages->NetBSD man pages -> memmove (9)              
Title
Content
Arch
Section
 

MEMMOVE(9)

Contents


NAME    [Toc]    [Back]

     memmove - copy byte string

SYNOPSIS    [Toc]    [Back]

     #include <sys/systm.h>

     void *
     memmove(void *dst, const void *src, size_t len);

DESCRIPTION    [Toc]    [Back]

     The memmove() function copies len bytes from string src to string dst.
     The two strings may overlap; the copy is always done in a non-destructive
     manner.

RETURN VALUES    [Toc]    [Back]

     The memmove() function returns the original value of dst.

SEE ALSO    [Toc]    [Back]

      
      
     memcpy(9)

STANDARDS    [Toc]    [Back]

     The memmove() function conforms to ANSI X3.159-1989 (``ANSI C'').

BSD                              July 7, 2001                              BSD
[ Back ]
 Similar pages
Name OS Title
bcopy Linux copy byte strings
memchr NetBSD locate byte in byte string
memset NetBSD write a byte to byte string
memchr FreeBSD locate byte in byte string
memset FreeBSD write a byte to byte string
memset NetBSD write a byte to byte string
memset OpenBSD write a byte to byte string
memchr OpenBSD locate byte in byte string
XmStringCopy Tru64 A compound string function that makes a copy of a string
XmStringCopy IRIX A compound string function that makes a copy of a string
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service