Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
scan_charsetnskip(3)	   Library Functions Manual	  scan_charsetnskip(3)

NAME
       scan_charsetnskip - skip	characters from	set

SYNTAX
       #include	<libowfat/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  in-
       cluding the \0).	 src is	considered to end at \0	or after limit charac-
       ters.

SEE ALSO
       scan_noncharsetnskip(3)

							  scan_charsetnskip(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_scan_charsetnskip&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help