table of contents
other versions
WMEMSET(3) | Manual do Programador Linux | WMEMSET(3) |
NOME¶
wmemset - enche um vetor de caracteres longos com uma constante de caracteres longos
SINOPSE¶
#include <wchar.h> wchar_t *wmemset (wchar_t *wcs, wchar_t wc, size_t n);
DESCRIÇÃO¶
A função wmemset é equivalente a caractere longos da função memset. Ele enche o array de caracteres longos n iniciando em wcs com cópias n de caractere longo wc.
VALORES DE RETORNO¶
wmemset devolve wcs.
DE ACORDO COM¶
ISO/ANSI C, UNIX98
VEJA TAMBÉM¶
25 de Julho de 1999 | GNU |