VMS Help  —  CRTL  memmove
    Copies a specified number of bytes from one object to another.

    Format

      #include  <string.h>

      void *memmove  (void *dest, const void *source, size_t size);
Additional Information: explode extract
Function Variants Arguments Description Return Value Example
Close Help