OpenDOF Project
DOF_PCR_DECLSPEC void PCRMem_Set ( void *  ptr,
uint8  c,
uint32  n 
)

Fills the contents of a memory location with a constant value.

Parameters
ptrMemory location to fill. May not be NULL unless n == 0.
cConstant byte value with which to fill.
nNumber of bytes to fill starting at ptr. Must be >0 or nothing happens.
Returns
None.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22