Section: Manual del Programador de Linux (3)
Updated: 23 Diciembre 1995
Index Return to Main
Contents
bcopy - copia cadenas de bytes
#include <string.h> void bcopy (const void *src, void *dest, int n);
La 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.
La función bcopy() no devuelve ningún valor.
(3), memcpy(3), memmove(3), strcpy(3), strncpy(3)
This document was created by man2html, using
the manual pages.
Time: 06:16:27 GMT, January 22, 2005