suse man page for strcspn

Query: strcspn

OS: suse

Section: 9

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

STRCSPN(9)						     Basic C Library Functions							STRCSPN(9)

NAME
strcspn - Calculate the length of the initial substring of s which does not contain letters in reject
SYNOPSIS
size_t strcspn(const char * s, const char * reject);
ARGUMENTS
s The string to be searched reject The string to avoid
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 STRCSPN(9)
Related Man Pages
strspn(3) - linux
strcspn(3) - linux
strcspn(3) - redhat
strcspn(3p) - suse
strcspn(3) - php
Similar Topics in the Unix Linux Community
Help with correct use of __fpurge()
converting rows into columns
SMTP Server errors
A Basic example of socket programming in C