| Interix / SUA | bzero.3 | Interix / SUA |
bzero(3) bzero(3)
bzero()
NAME
bzero() - write zeroes to a byte string
SYNOPSIS
#include
void bzero (void *b, size_t len)
DESCRIPTION
The bzero(3) function writes len zero bytes to the string b. If len is
zero, bzero(3) does nothing.
SEE ALSO
memset(3)
swab(3)
USAGE NOTES
The bzero function is thread safe.
The bzero function is not async-signal safe.
| Interix / SUA | Hosted at SUA Community for Interix, SUA and SFU | Interix / SUA |