.\" Copyright (c) Bruno Haible .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of .\" the License, or (at your option) any later version. .\" .\" 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 .\" .TH WMEMCPY 3 "25 Julho 1999" "GNU" "Manual do Programador Linux" .SH NOME wmemcpy \- copia um vetor de caracteres largos .SH SINOPSE .nf .B #include .sp .BI "wchar_t *wmemcpy (wchar_t *" dest ", const wchar_t *" src ", size_t " n ); .fi .SH DESCRIÇÃO A função \fBwmemcpy\fP é a equivalente para caracteres largos da função \fBmemcpy\fP. Copia \fIn\fP caracteres largos do vetor iniciando em \fIsrc\fP para o vetor iniciando em \fIdest\fP. .PP Os vetores não podem se sobrepor; use \fBwmemmove\fP(3) para copiar entre vetores com sobreposição. .PP O programador deve assegurar que há espaço para pelo menos \fIn\fP caracteres em \fIdest\fP. .SH "VALOR DE RETORNO" \fBwmemcpy\fP retorna \fIdest\fP. .SH "CONFORMIDADE" ISO/ANSI C, UNIX98 .SH "VEJA TAMBÉM" .BR memcpy "(3), " wmemmove "(3), " wcscpy (3) .SH TRADUZIDO POR LDP-BR em 25/08/2000 \&\fR\&\f(CWMarcelo D. Beckmann (tradução)\fR \&\fR\&\f(CWEspaço para o Revisor (revisão)\fR