Sponsor:

Your company here, and a link to your site. Click to find out more.

byte_zero - Man Page

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)