.\" -*- 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. Juli 2023" "Linux man\-pages 6.05.01" .SH BEZEICHNUNG bcopy \- Byte\-Sequenzen kopieren .SH BIBLIOTHEK Standard\-C\-Bibliothek (\fIlibc\fP, \fI\-lc\fP) .SH ÜBERSICHT .nf \fB#include \fP .PP \fB[[veraltet]] void bcopy(const void \fP\fIQuelle\fP\fB[.\fP\fIn\fP\fB], void \fP\fIZiel\fP\fB[.\fP\fIn\fP\fB], size_t \fP\fIn\fP\fB);\fP .fi .SH BESCHREIBUNG Die Funktion \fBbcopy\fP() kopiert \fIn\fP byte von \fIQuelle\fP nach \fIZiel\fP. Das Ergebnis ist korrekt, selbst wenn sich beide Bereiche überlappen. .SH RÜCKGABEWERT Keiner. .SH ATTRIBUTE Siehe \fBattributes\fP(7) für eine Erläuterung der in diesem Abschnitt verwandten Ausdrücke. .TS allbox; lbx lb lb l l l. Schnittstelle Attribut Wert T{ .na .nh \fBbcopy\fP() T} Multithread\-Fähigkeit MT\-Sicher .TE .sp 1 .SH STANDARDS Keiner. .SH GESCHICHTE 4.3BSD. .PP Sie ist als VERALTET in POSIX.1\-2001 markiert: verwenden Sie in neuen Programmen \fBmemcpy\fP(3) oder \fBmemmove\fP(3). Beachten Sie, dass die ersten zwei Argumente für \fBmemcpy\fP(3) und \fBmemmove\fP(3) vertauscht sind. POSIX.1\-2008 entfernt die Spezifikation von \fBbcopy\fP(). .SH "SIEHE AUCH" \fBbstring\fP(3), \fBmemccpy\fP(3), \fBmemcpy\fP(3), \fBmemmove\fP(3), \fBstrcpy\fP(3), \fBstrncpy\fP(3) .PP .SH ÜBERSETZUNG Die deutsche Übersetzung dieser Handbuchseite wurde von Helge Kreutzmann erstellt. .PP Diese Übersetzung ist Freie Dokumentation; lesen Sie die .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE oder neuer bezüglich der Copyright-Bedingungen. Es wird KEINE HAFTUNG übernommen. .PP Wenn Sie Fehler in der Übersetzung dieser Handbuchseite finden, schicken Sie bitte eine E-Mail an die .MT debian-l10n-german@lists.debian.org Mailingliste der Übersetzer .ME .