Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 2 Current »

Fills a memory buffer with a specific value. In other words, set all octets in the memory buffer to the specific value.

Files

lib_mem.h/lib_mem.c

Prototype

Arguments

pmem

Pointer to the memory buffer to be set with a specific value.

data_val

Data value to set.

size

Number of memory buffer octets to set.

Returned Value

None.

Required Configuration

None.

Notes / Warnings

Zero-sized sets allowed.

Example Usage

  • No labels