PxBzero()

Set byte string to zero.

APPLIES TO

8.2.0

SYNOPSIS
void PxBzero(PxUChar_t *d, PxSize_t len);
ARGUMENTS
d

A pointer to the first byte in a block of memory.

len

The length of the block of memory (in bytes) that needs to be set to zero.

DESCRIPTION

PxBzero(d,len) places len zero bytes at the area starting at d.