bzero - phpMan

Command: man perldoc info search(apropos)  


BZERO(3)                   Linux Programmer’s Manual                  BZERO(3)



NAME
       bzero - write zero bytes

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)



Linux                             2002-12-31                          BZERO(3)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache/1.3.41 (Unix) PHP/5.2.5 mod_perl/1.30 mod_gzip/1.3.26.1a
Under GNU General Public License
2009-01-08 03:58 @38.103.63.58 CrawledBy CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!