|
NAMEbzero , explicit_bzero —
write zeroes to a byte string
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <strings.h>
void
void
DESCRIPTIONThebzero () function writes len
zero bytes to the string b. If len
is zero, bzero () does nothing.
The SEE ALSOmemset(3), swab(3)HISTORYAbzero () function appeared in
4.3BSD. Its prototype existed previously in
<string.h> before it was moved
to <strings.h> for
IEEE Std 1003.1-2001 (“POSIX.1”)
compliance.
The IEEE Std 1003.1-2008
(“POSIX.1”) removes the specification of
Visit the GSP FreeBSD Man Page Interface. |