VMS Help  —  CRTL  memchr
    Locates the first occurrence of the specified byte within the
    initial size bytes of a given object.

    Format

      #include  <string.h>

      void *memchr  (const void *s1, int c, size_t size);
Additional Information: explode extract
Function Variants Arguments Description Return Values
Close Help