1BZERO(3)                   Linux Programmer's Manual                  BZERO(3)
2
3
4

NAME

6       bzero - write zero-valued bytes
7

SYNOPSIS

9       #include <strings.h>
10
11       void bzero(void *s, size_t n);
12

DESCRIPTION

14       The  bzero()  function sets the first n bytes of the byte area starting
15       at s to zero (bytes containing '\0').
16

RETURN VALUE

18       None.
19

CONFORMING TO

21       4.3BSD.   This  function   is   deprecated   (marked   as   LEGACY   in
22       POSIX.1-2001): use memset() in new programs.
23

SEE ALSO

25       memset(3), swab(3)
26
27
28
29Linux                             2002-12-31                          BZERO(3)
Impressum