debian man page for scan_noncharsetnskip

Query: scan_noncharsetnskip

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

scan_noncharsetnskip(3) 				     Library Functions Manual					   scan_noncharsetnskip(3)

NAME
scan_noncharsetnskip - skip characters not from set
SYNTAX
#include <scan.h> size_t scan_noncharsetnskip(const char* src, const char* charset, size_t limit);
DESCRIPTION
scan_noncharsetnskip returns the length of the maximum prefix of src that consists solely of characters that do not occur in charset (up to and not including the ). src is considered to end at or after limit characters.
SEE ALSO
scan_charsetnskip(3) scan_noncharsetnskip(3)
Related Man Pages
strcspn(3) - mojave
strspn(3) - mojave
strncat(3) - linux
strcat(3) - suse
strcspn(3) - netbsd
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph