VMS Help  —  CRTL  memset
    Sets a specified number of bytes in a given object to a given
    value.

    Format

      #include  <string.h>

      void *memset  (void *s, int value, size_t size);
Additional Information: explode extract
Function Variants Arguments Description Return Value
Close Help