.\" -*- 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 julho 2023" "Linux man\-pages 6.05.01" .SH NOME bcopy \- copia sequências de bytes .SH BIBLIOTECA Biblioteca C Padrão (\fIlibc\fP, \fI\-lc\fP) .SH SINOPSE .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 DESCRIÇÃO A função \fBbcopy\fP() copia os primeiros \fIn\fP bytes de \fIsrc\fP para \fIdest\fP. O resultado é correto, mesmo quando ambas as áreas se sobrepõem. .SH "VALOR DE RETORNO" Nenhum. .SH ATRIBUTOS Para uma explicação dos termos usados nesta seção, consulte \fBattributes\fP(7). .TS allbox; lbx lb lb l l l. Interface Atributo Valor T{ .na .nh \fBbcopy\fP() T} Thread safety MT\-Safe .TE .sp 1 .SH PADRÕES Nenhum. .SH HISTÓRICO 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 "VEJA TAMBÉM" \fBbstring\fP(3), \fBmemccpy\fP(3), \fBmemcpy\fP(3), \fBmemmove\fP(3), \fBstrcpy\fP(3), \fBstrncpy\fP(3) .PP .SH TRADUÇÃO A tradução para português brasileiro desta página man foi criada por Paulo César Mendes , André Luiz Fassone e Rafael Fontenelle . . .PP Esta tradução é uma documentação livre; leia a .UR https://www.gnu.org/licenses/gpl-3.0.html Licença Pública Geral GNU Versão 3 .UE ou posterior para as condições de direitos autorais. Nenhuma responsabilidade é aceita. .PP Se você encontrar algum erro na tradução desta página de manual, envie um e-mail para .MT debian-l10n-portuguese@lists.debian.org a lista de discussão de tradutores .ME .