VMS Help  —  CRTL  mempcpy
    Copies a specified number of bytes from one object to another and
    returns a pointer to the byte following the last written byte.

    Format

      #include <string.h>

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