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

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

MEMCPY(3)

Contents


NAME    [Toc]    [Back]

       memcpy - copy memory area

SYNOPSIS    [Toc]    [Back]

       #include <string.h>

       void *memcpy(void *dest, const void *src, size_t n);

DESCRIPTION    [Toc]    [Back]

       The  memcpy()  function	copies	n bytes from memory area src to memory
       area dest.  The memory areas may not overlap.  Use  memmove(3)  if  the
       memory areas do overlap.

RETURN VALUE    [Toc]    [Back]

       The memcpy() function returns a pointer to dest.

CONFORMING TO    [Toc]    [Back]

       SVID 3, BSD 4.3, ISO 9899

SEE ALSO    [Toc]    [Back]

      
      
       bcopy(3), memccpy(3), memmove(3), strcpy(3), strncpy(3)



GNU				  1993-04-10			     MEMCPY(3)
[ Back ]
 Similar pages
Name OS Title
shmget OpenBSD get shared memory area identifier
ufmFree IRIX free an area of memory that was allocated by UFM
memfrob Linux frobnicate (encrypt) a memory area
copylist IRIX copy a file into memory
pmap_copy FreeBSD copy physical memory pages
pmap_copy_page FreeBSD copy physical memory pages
scp FreeBSD secure copy (remote file copy program)
scp OpenBSD secure copy (remote file copy program)
rectf IRIX fills a rectangular area
mkswap Linux set up a Linux swap area
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service