logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

scan_charsetnskip - skip characters from set

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.

Name

       scan_charsetnskip - skip characters from set

See Also

scan_noncharsetnskip(3)

                                                                                            scan_charsetnskip(3)

Syntax

#include<libowfat/scan.h>

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

See Also