VMS Help  —  CRTL  memcmp
    Compares two objects, byte by byte. The compare operation starts
    with the first byte in each object.

    Format

      #include  <string.h>

      int memcmp  (const void *s1, const void *s2, size_t size);
Additional Information: explode extract
Arguments Description Return Value
Close Help