-
Declaration:
- procedure MoveChar0(var Src,Dest;Count:longint);
-
Description:
- MoveChar0 moves Count bytes from Src to Dest, and stops moving if a zero character is
found.
-
Errors:
- No checking is done to see if Count stays within the memory allocated to the process.
-
See also:
- Move (536)
Listing: refex/ex109.pp