Provided by: manpages-pt-dev_20040726-4_all bug

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

       memset(3)