bzero : initialize memory to zero
Synopsis
Section titled “Synopsis”#include <string.h>void bzero(char *b, size_t length);```### Description
bzero initializes length bytes of memory, starting at address b, to zero.### Returns
bzero does not return a result.
---
**Authoritative source**: BUSMASTER DITA help source `bzero.dita`, compiled into `BUSMASTER.CHM` with the application.