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

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

BCOPY(3)

Contents


NAME    [Toc]    [Back]

       bcopy - copy byte strings

SYNOPSIS    [Toc]    [Back]

       #include <string.h>

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

DESCRIPTION    [Toc]    [Back]

       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    [Toc]    [Back]

       The bcopy() function returns no value.

CONFORMING TO    [Toc]    [Back]

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

SEE ALSO    [Toc]    [Back]

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



GNU				  1993-04-09			      BCOPY(3)
[ Back ]
 Similar pages
Name OS Title
bcmp Linux compare byte strings
bcmp Tru64 General: Compares two byte strings
strcpy OpenBSD copy strings
strcpy NetBSD copy strings
strncpy NetBSD copy strings
strncpy FreeBSD copy strings
strncpy OpenBSD copy strings
stpcpy FreeBSD copy strings
strcpy FreeBSD copy strings
memcpy NetBSD copy byte string
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service