table of contents
other languages
WMEMSET(3) | Manual do Programador Linux | WMEMSET(3) |
NOME¶
wmemset - enche um vetor de caracteres longos com uma constante de caracteres longosSINOPSE¶
#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, UNIX98VEJA TAMBÉM¶
memset(3)25 de Julho de 1999 | GNU |