Guardian Native C Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)
bzero(3) Guardian Native C Library Calls Reference Manual
NAME
bzero - Zeroes an area of memory
LIBRARY
G-series native Guardian processes: $SYSTEM.SYSnn.ZCRTLSRL
G-series native OSS processes: /G/system/sysnn/zcrtlsrl
H-series and J-series native Guardian processes: $SYSTEM.ZDLLnnn.ZCRTLDLL
32-bit H-series and J-series OSS processes: /G/system/zdllnnn/zcrtldll
64-bit H-series and J-series OSS processes: /G/system/zdllnnn/ycrtldll
SYNOPSIS
#include <strings.h>
void bzero(
void *s,
size_t n);
PARAMETERS
s Is a pointer to the area to be zeroed.
n Is the number of bytes to zero.
DESCRIPTION
The bzero() function fills the first n bytes of the area pointed to by the s parameter with 0 (zero).
The bzero() function can be called by native processes only.
RETURN VALUES
The bzero() function does not return a value.
ERRORS
None.
RELATED INFORMATION
Functions: bcmp(3), bcopy(3), memset(3).
STANDARDS CONFORMANCE
The bzero() function is defined in the XPG4 Version 2 specification.
1−58 Hewlett-Packard Company 527192-018