.\" -*- coding: UTF-8 -*- '\" t .\" Copyright (c) Bruno Haible .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" References consulted: .\" GNU glibc-2 source code and manual .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH wmemmove 3 "20 juillet 2023" "Pages du manuel de Linux 6.05.01" .SH NOM wmemmove \- Copier un tableau de caractères larges .SH BIBLIOTHÈQUE Bibliothèque C standard (\fIlibc\fP, \fI\-lc\fP) .SH SYNOPSIS .nf \fB#include \fP .PP \fBwchar_t *wmemmove(wchar_t \fP\fIdest\fP\fB[.\fP\fIn\fP\fB], const wchar_t \fP\fIsrc\fP\fB[.\fP\fIn\fP\fB], size_t \fP\fIn\fP\fB);\fP .fi .SH DESCRIPTION La fonction \fBwmemmove\fP() est l'équivalent pour les caractères larges de la fonction \fBmemmove\fP(3). Elle copie \fIn\fP caractères larges depuis le tableau pointé par \fIsrc\fP dans le tableau pointé par \fIdest\fP. Les tableaux peuvent se recouvrir. .PP Le programmeur doit s'assurer qu'il y a assez de place pour au moins \fIn\fP caractères larges dans \fIdest\fP. .SH "VALEUR RENVOYÉE" \fBwmemmove\fP() renvoie \fIdest\fP. .SH ATTRIBUTS Pour une explication des termes utilisés dans cette section, consulter \fBattributes\fP(7). .TS allbox; lbx lb lb l l l. Interface Attribut Valeur T{ .na .nh \fBwmemmove\fP() T} Sécurité des threads MT\-Safe .TE .sp 1 .SH STANDARDS C11, POSIX.1\-2008. .SH HISTORIQUE POSIX.1\-2001, C99. .SH "VOIR AUSSI" \fBmemmove\fP(3), \fBwmemcpy\fP(3) .PP .SH TRADUCTION La traduction française de cette page de manuel a été créée par Christophe Blaess , Stéphan Rafin , Thierry Vignaud , François Micaux, Alain Portal , Jean-Philippe Guérard , Jean-Luc Coulon (f5ibh) , Julien Cristau , Thomas Huriaux , Nicolas François , Florentin Duneau , Simon Paillard , Denis Barbier , David Prévot , Jean-Baptiste Holcroft et Grégoire Scano . .PP Cette traduction est une documentation libre ; veuillez vous reporter à la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License version 3 .UE concernant les conditions de copie et de distribution. Il n'y a aucune RESPONSABILITÉ LÉGALE. .PP Si vous découvrez un bogue dans la traduction de cette page de manuel, veuillez envoyer un message à .MT debian-l10n-french@lists.debian.org .ME .