Previous: x/ zlpinfo Up: Miscellaneous Routines Next: x/ zvcmdout

x/ zmove


call xmove(from, to, len)
zmove(from, to, len);

Move bytes from one buffer to another. Overlapping moves are handled correctly, unlike the C routine memcpy().

Arguments:

rgd059@ipl.jpl.nasa.gov