.\" -*- coding: UTF-8 -*- '\" t .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk) .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" References consulted: .\" Linux libc source code .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" .\" Modified Sun Feb 26 14:52:00 1995 by Rik Faith .\" Modified Tue Oct 22 23:48:10 1996 by Eric S. Raymond .\" " .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH bcopy 3 "20 ​​Julio 2023" "Páginas de manual de Linux 6.05.01" .SH NOMBRE bcopy \- copia secuencias de bytes .SH BIBLIOTECA Biblioteca Estándar C (\fIlibc\fP, \fI\-lc\fP) .SH SINOPSIS .nf \fB#include \fP .PP \fB[[deprecated]] void bcopy(const void \fP\fIsrc\fP\fB[.\fP\fIn\fP\fB], void \fP\fIdest\fP\fB[.\fP\fIn\fP\fB], size_t \fP\fIn\fP\fB);\fP .fi .SH DESCRIPCIÓN La función \fBbcopy\fP() copia \fIn\fP bytes de \fIsrc\fP a \fIdest\fP. El resultado es correcto, aun cuando ambas areas se solapan. .SH "VALOR DEVUELTO" Ninguna. .SH ATRIBUTOS Para obtener una explicación de los términos usados en esta sección, véase \fBattributes\fP(7). .TS allbox; lbx lb lb l l l. Interfaz Atributo Valor T{ .na .nh \fBbcopy\fP() T} Seguridad del hilo Multi\-hilo seguro .TE .sp 1 .SH ESTÁNDARES Ninguna. .SH HISTORIAL 4.3BSD. .PP Marked as LEGACY in POSIX.1\-2001: use \fBmemcpy\fP(3) or \fBmemmove\fP(3) in new programs. Note that the first two arguments are interchanged for \fBmemcpy\fP(3) and \fBmemmove\fP(3). POSIX.1\-2008 removes the specification of \fBbcopy\fP(). .SH "VÉASE TAMBIÉN" \fBbstring\fP(3), \fBmemccpy\fP(3), \fBmemcpy\fP(3), \fBmemmove\fP(3), \fBstrcpy\fP(3), \fBstrncpy\fP(3) .PP .SH TRADUCCIÓN La traducción al español de esta página del manual fue creada por Sebastian Desimone , Luis Castrillo y Miguel Pérez Ibars . .PP Esta traducción es documentación libre; lea la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE o posterior con respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD. .PP Si encuentra algún error en la traducción de esta página del manual, envíe un correo electrónico a .MT debian-l10n-spanish@lists.debian.org .ME .