|
DOF_PCR_DECLSPEC void PCRMem_Set |
( |
void * |
ptr, |
|
|
uint8 |
c, |
|
|
uint32 |
n |
|
) |
| |
Fills the contents of a memory location with a constant value.
- Parameters
-
ptr | Memory location to fill. May not be NULL unless n == 0. |
c | Constant byte value with which to fill. |
n | Number of bytes to fill starting at ptr. Must be >0 or nothing happens. |
- Returns
- None.
|