Manpage of BZERO

Google
Web www.fiveanddime.net

BZERO

Section: NEWLIB (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

5.3 `bzero'--initialize memory to zero

 

SYNOPSIS


     #include <string.h>
     void bzero(void *B, size_t LENGTH);  

DESCRIPTION

`bzero' initializes LENGTH bytes of memory, starting at address B, to zero.

 

RETURNS

`bzero' does not return a result.

 

PORTABILITY

`bzero' is in the Berkeley Software Distribution. Neither ANSI C nor the System V Interface Definition (Issue 2) require `bzero'.


   `bzero' requires no supporting OS subroutines.

 

SEE ALSO

bzero is part of the libc library. The full documentation for libc is maintained as a Texinfo manual. If info and libc are properly installed at your site, the command
info libc

will give you access to the complete manual.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURNS
PORTABILITY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:14 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net