BZERO
Section: C Library Functions (3)
Index
Return to Main Contents
BSD mandoc
BSD 4.3
NAME
bzero
- write zeroes to a byte string
SYNOPSIS
Fd #include <string.h>
Ft void
Fn bzero void *b size_t len
DESCRIPTION
The
Fn bzero
function
writes
Fa len
zero bytes to the string
Fa b .
If
Fa len
is zero,
Fn bzero
does nothing.
SEE ALSO
memset(3),
swab(3)
HISTORY
A
Fn bzero
function
appeared in
BSD 4.3
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- HISTORY
-
This document was created by
man2html,
using the manual pages.
Time: 02:54:06 GMT, December 08, 2024