byte_zero

Langue: en

Version: 165971 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

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)