The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

 NAME

bzero - memory operations

 SYNOPSIS



#include <strings.h>

void bzero(void *s, size_t n);

 DESCRIPTION

The bzero() function places n zero-valued bytes in the area pointed to by s.

 RETURN VALUE

The bzero() function returns no value.

 ERRORS

No errors are defined.

 EXAMPLES

None.

 APPLICATION USAGE

For portability to implementations conforming to earlier versions of this specification, memset() is preferred over this function.

 FUTURE DIRECTIONS

None.

 SEE ALSO

memset(), <strings.h>.

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]