Manual Reference Pages  - BZERO (3)

NAME

bzero - write zero bytes

CONTENTS

Synopsis
Description

SYNOPSIS


#include <strings.h> 

void bzero(void *s, size_t n);

DESCRIPTION

The bzero() function sets the first n bytes of the byte area starting at s to zero.

RETURN VALUE

None.

CONFORMING TO

4.3BSD. This function is deprecated -- use memset in new programs.

SEE ALSO

memset(3), swab(3)
Jump to page    or go to Top of page |  Section 3 |  Main Index.


Linux BZERO (3) 2002-12-31
Generated by manServer 1.07 from /usr/share/man/man3/bzero.3.gz using man macros.