-
Declaration:
- Procedure FillDWord (Var X;Count : Longint;Value : DWord);;
-
Description:
- Fillword fills the memory starting at X with Count DWords with value equal to Value. A
DWord is 4 bytes in size.
-
Errors:
- No checking on the size of X is done.
-
See also:
- FillByte (494), Fillchar (496), Fillword (498), Move (533)
Listing: refex/ex103.pp