IMPORT_C TAny *memclr(TAny *aTrg, unsigned int aLength);
Description
A Nanokernel utility function that sets the specified number of bytes to binary zero.
Parameters
TAny *aTrg |
The start address.
|
unsigned int aLength |
The number of bytes to be set.
|
|
Return value
TAny *
|
The target address.
|
|