VMS Help  —  CRTL  strchr
    Returns the address of the first occurrence of a given character
    in a null-terminated string.

    Format

      #include  <string.h>

      char *strchr  (const char *str, int character);
Additional Information: explode extract
Function Variants Arguments Description Return Values Example
Close Help