scan_charsetnskip - Man Page

skip characters from set

Syntax

#include <scan.h>

size_t scan_charsetnskip(const char* src, const char* charset,
      size_t limit);

Description

scan_charsetnskip returns the length of the maximum prefix of src that consists solely of characters that occur in charset (up to and not including the \0).  src is considered to end at \0 or after limit characters.

See Also

scan_noncharsetnskip(3)

Referenced By

scan_noncharsetnskip(3).