VMS Help  —  CRTL  strncasecmp
    Does a case-insensitive comparison between two 7-bit ASCII
    strings.

    Format

      #include  <strings.h>

      int strncasecmp  (const char *s1, const char *s2, size_t n);
Additional Information: explode extract
Arguments Description Return Value
Close Help