VMS Help
CRTL, strcspn

 *Conan The Librarian

    Returns the length of the prefix of a string that consists
    entirely of characters not in a specified set of characters.

    Format

      #include  <string.h>

      size_t strcspn  (const char *str, const char *charset);

  Additional Information (explode) :

  Close     Help