Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
byte_zero(3) - Linux man page
Name
byte_zero - initialize a string
Syntax
#include <byte.h>
void
byte_zero
(char *
out
,size_t
len
);
Description
byte_zero
sets
out
[0],
out
[1], ...,
out
[
len
-1] to 0.
See Also
byte_copy
(3)
,
byte_copyr
(3)