The manual Page
Version française
   
index | glossary | news | downloads | links ]
  man pages
section 1
section 2
section 3
section 4
section 5
section 6
section 7
section 8
section 9
section l
section n
section o
 
news
glossary
links
downloads
 
credits
contact
 
 
search
 
last update
19/02/2003
Valid HTML 4.0!
Valid CSS!
Hit-Parade
Mesurez votre audience


  bcopy(3)
BCOPY(3)            LINUX Programmer's Manual            BCOPY(3)

NAME
       bcopy - copy byte strings

SYNOPSIS
       #include <string.h>

       void bcopy (const void *src, void *dest, int n);

DESCRIPTION
       The  bcopy()  function  copies  the  first  n bytes of the
       source string src to the destination string dest.  If n is
       zero, no bytes are copied.

RETURN VALUE
       The bcopy() function returns no value.

CONFORMING TO
       4.3BSD.   This function is deprecated -- use memcpy in new
       programs.

SEE ALSO
       memccpy(3), memcpy(3), memmove(3), strcpy(3), strncpy(3)

GNU                       April 9, 1993                         1

printable format printable format



Copyright © 2000-2002 themanualpage.org - This site is submissive to the terms of the GNU GPL and FDL licences.