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

  man pages->OpenBSD man pages -> memmove (3)              
Title
Content
Arch
Section
 

MEMMOVE(3)

Contents


NAME    [Toc]    [Back]

     memmove - copy bytes

SYNOPSIS    [Toc]    [Back]

     #include <string.h>

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

DESCRIPTION    [Toc]    [Back]

     The memmove() function copies len bytes from buffer  src  to
buffer dst.
     The  two  buffers  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]

      
      
     bcopy(3), memccpy(3), memcpy(3), strcpy(3), strlcpy(3)

STANDARDS    [Toc]    [Back]

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

OpenBSD      3.6                           June      29,     1991
[ Back ]
 Similar pages
Name OS Title
scp FreeBSD secure copy (remote file copy program)
scp OpenBSD secure copy (remote file copy program)
swab Tru64 Swap bytes
swab IRIX swap bytes
SSL_read NetBSD read bytes from a TLS/SSL connection.
SSL_write OpenBSD write bytes to a TLS/SSL connection.
swab Linux swap adjacent bytes
SSL_read OpenBSD read bytes from a TLS/SSL connection.
swab NetBSD swap adjacent bytes
BIO_ctrl_get_read_request Tru64 Find out how many bytes were requested from the BIO
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service