mzero
Filling memory with zeros. The functions zeroes the memory space.
func uint mzero (
uint dest,
uint len
)
uint dest,
uint len
)
Parameters
dest | The pointer to a memory space. |
len | The size of the data being zeroed. |
Return value
The pointer to the zeroed data.
Related links | Source |