STRCSPN

Section: (9)
Updated: 06 August 2003
Index Return to Main Contents

 

NAME

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

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  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 08:41:32 GMT, April 09, 2004