COHERENT manpages

This page displays the COHERENT manpage for bzero() [Initialize memory to NUL].

List of available manpages
Index


bzero() -- Sockets Function (libsocket)

Initialize memory to NUL
void bzero(address, size)
char *address;
int size;

The function bzero() initializes size  bytes of memory to NUL, beginning at
address.

See Also

libsocket,
memset()

Notes

bzero() is  included for  compatibility with  Berkeley socket code.   It is
equivalent to the standard C function memset().