Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QWIKC20 & Multi-Level Virtual Windows - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  ---------------------------------------------------------------------------
  move16                                                                WNDWC
  ---------------------------------------------------------------------------
  Function       Copies a specified number of contiguous bytes from a source
                 range to a destination range.
  Syntax         void move16( void far *source, void far *dest,
                              int numofbytes );
  Remarks        move16 is a suitable replacement for memcpy, and is faster
                 since it uses 16-bit transfers.  Overlap of data space is
                 allowed.
  Return value   None.


See Also: movewords()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson