Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

Clears a memory buffer. In other words, set all octets in the memory buffer to a value of ‘0’.

Files

lib_mem.h/lib_mem.c

Prototype

Arguments

pmem

Pointer to the memory buffer to be clear.

size

Number of memory buffer octets to clear.

Returned Value

None.

Required Configuration

None.

Notes / Warnings

Zero-sized clears allowed.

Example Usage

  • No labels