Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kMemSet ( void *  dest,
kByte  fill,
kSize  size 
)

Sets a block of memory to the given byte value.

Parameters
destDestination for the memory set operation.
fillValue to be set.
sizeSize of memory block to be set, in bytes.
Returns
Operation status (generally safe to assume successful).