Function zero

Function Documentation

u0 zero(u0 *blk, usize width)

Zero a block of memory.

Parameters
  • [out] blk: Pointer to start of block.

  • [in] width: How many bytes to zero. e.g., for an array width = lenght * sizeof(elem).