BCOPY

Section: Manual del Programador de Linux (3)
Updated: 23 Diciembre 1995
Index Return to Main Contents


 

NOMBRE

bcopy - copia cadenas de bytes  

SINOPSIS

#include <string.h>

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

DESCRIPCIÓ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.  

VALOR DEVUELTO

La función bcopy() no devuelve ningún valor.  

CONFORME A

BSD 4.3  

VÉASE TAMBIÉN

memccpy

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


 

Index

NOMBRE
SINOPSIS
DESCRIPCIÓN
VALOR DEVUELTO
CONFORME A
VÉASE TAMBIÉN

This document was created by man2html, using the manual pages.
Time: 06:16:27 GMT, January 22, 2005