debian man page for byte_zero

Query: byte_zero

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

byte_zero(3)						     Library Functions Manual						      byte_zero(3)

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) byte_zero(3)
Related Man Pages
buffer_get(3) - debian
case(3) - debian
rangecheck(3) - debian
efopen(3) - netbsd
memchr(3) - netbsd
Similar Topics in the Unix Linux Community
Another binary manipulation thread.
Help with djbdns code