table of contents
other versions
other languages
BZERO(3) | Linux Programmer's Manual | BZERO(3) |
NOME¶
bzero - preenche uma string de bytes com zeros.
SINOPSE¶
#include <string.h> void bzero(void *s, size_t n);
DESCRIÇÃO¶
A função bzero() coloca zeros nos primeiros n bytes da string s.
VALOR RETORNADO¶
A função zero() não retorna nada.
DE ACORDO COM¶
4.3BSD. Esta função está obsoleta. Use memset em programas novos.
VER TAMBÉM¶
TRADUZIDO POR LDP-BR em 21/08/2000.¶
Paulo César Mendes <drpc@ism.com.br> (tradução) xxxxxxxxxxxxxxxxxxxxxxxxx <xxx@xxxxxx.xxx.xx> (revisão)
April 9, 1993 | GNU |