Memset
Last Modified: May 29, 2005 21:05PM
|
|
| (Any)
|
Description
MEMSET (POINTER MEMORY, BYTE VALUE, INT BYTES)
PARAMETERS:
memory: pointer to a memory zone
value: Value to which it is desired to assign to all the bytes of the indicated zone
bytes: Size in bytes of the memory zone.
DESCRIPTION:
This is a function outpost, that fills up a memory zone of x bytes in length (indicating this value in the parameter bytes) from an assigned value.
Its greatest use consists of filling up reserved blocks of memory with Alloc (since they can contain arbitrary data), although it can also turn out useful to modify the content of 8 bit graphs.
|
User Contributed Notes Memset |
|
| There are no user contributed notes for this page. |
| Last updated: Mon, 30 May 2005 - 10:33:04 |
|
|