Defined in File common.h
zero
Zero a block of memory.
[out] blk: Pointer to start of block.
[out] blk
[in] width: How many bytes to zero. e.g., for an array width = lenght * sizeof(elem).
[in] width
width = lenght * sizeof(elem)
Contents: