BZERO(K) UNIX System V BZERO(K)
Name
bzero - sets memory locations to 0 (zero)
Syntax
int
bzero(address, bytes)
caddr_t address;
int bytes;
Description
This routine clears a contiguous portion of memory by
filling the memory with zeros. address is an even-word
address specifying the beginning of the area to clear.
bytes is an even-word value specifying the number of bytes
to clear.
(printed 7/6/89)