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.