logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

byte_zero - initialize a string

Description

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

Name

       byte_zero - initialize a string

See Also

byte_copy(3), byte_copyr(3)

                                                                                                    byte_zero(3)

Syntax

#include<libowfat/byte.h>

       void byte_zero(char *out,size_t len);

See Also