Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32cmn.h

memclr()

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.