debian man page for scan_charsetnskip

Query: scan_charsetnskip

OS: debian

Section: 3

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

scan_charsetnskip(3)					     Library Functions Manual					      scan_charsetnskip(3)

NAME
scan_charsetnskip - 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 ). src is considered to end at or after limit characters.
SEE ALSO
scan_noncharsetnskip(3) scan_charsetnskip(3)
Related Man Pages
strcat(3) - linux
strncat(3) - linux
strcat(3) - suse
strcpy(9f) - sunos
strspn(9f) - sunos
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?