Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
byte_zero(3)		    Library Functions Manual		    byte_zero(3)

NAME
     byte_zero - initialize a string

SYNTAX
     #include <libowfat/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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_byte_zero&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help