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

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

MEMCPY(9)

Contents


NAME    [Toc]    [Back]

     memcpy - copy byte string

SYNOPSIS    [Toc]    [Back]

     #include <systm.h>

     void *
     memcpy(void * restrict dst, const void * restrict src, size_t len);

DESCRIPTION    [Toc]    [Back]

     The memcpy() function copies len bytes from string src to string dst.
     The arguments must not overlap -- behavior if the arguments overlap is
     undefined. To copy byte strings that overlap, use memmove(9).

RETURN VALUES    [Toc]    [Back]

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

SEE ALSO    [Toc]    [Back]

      
      
     memmove(9)

STANDARDS    [Toc]    [Back]

     The memcpy() function conforms to .

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