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)NAMEbyte_zero - initialize a stringSYNTAX#include <byte.h> void byte_zero(char *out,size_t len);DESCRIPTIONbyte_zero sets out[0], out[1], ..., out[len-1] to 0.SEE ALSObyte_copy(3), byte_copyr(3) byte_zero(3)
| Related Man Pages |
|---|
| bstring(3) - netbsd |
| memchr(3) - netbsd |
| memrchr(3) - netbsd |
| strings(3) - netbsd |
| memrchr(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Another binary manipulation thread. |
| Help with djbdns code |