1byte_zero(3)               Library Functions Manual               byte_zero(3)
2
3
4

NAME

6       byte_zero - initialize a string
7

SYNTAX

9       #include <byte.h>
10
11       void byte_zero(char *out,size_t len);
12

DESCRIPTION

14       byte_zero sets out[0], out[1], ..., out[len-1] to 0.
15
16

SEE ALSO

18       byte_copy(3), byte_copyr(3)
19
20
21
22                                                                  byte_zero(3)
Impressum