|
|||||||
|
|
BCOPYSection: Manual del Programador de Linux (3)Updated: 23 Diciembre 1995 Index Return to Main Contents NOMBREbcopy - copia cadenas de bytesSINOPSIS#include <string.h> void bcopy (const void *src, void *dest, int n); DESCRIPCIÓNLa función bcopy() copia los primeros n bytes de la cadena fuente src a la cadena destino dest. Si n es cero, no se copia ningún byte.VALOR DEVUELTOLa función bcopy() no devuelve ningún valor.CONFORME ABSD 4.3VÉASE TAMBIÉNmemccpy(3), memcpy(3), memmove(3), strcpy(3), strncpy(3)
Index | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Linuxinfor Man Pages in HTML Format: man3". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |