STRCSPN

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

strcspn - Calculate the length of the initial substring of s which does  

SYNOPSIS

"SYNOPSIS"

size_t strcspn (const char * s, const char * reject);  

ARGUMENTS

s
The string to be searched
reject
The string to avoid
 

DESCRIPTION

not contain letters in reject


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 05:31:00 GMT, October 06, 2005