Manpage of STRCSPN

Google
Web www.fiveanddime.net

STRCSPN

Section: NEWLIB (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

5.19 `strcspn'--count chars not in string

 

SYNOPSIS


     size_t strcspn(const char *S1, const char *S2);  

DESCRIPTION

This function computes the length of the initial part of the string pointed to by S1 which consists entirely of characters NOT from the string pointed to by S2 (excluding the terminating null character).

 

RETURNS

`strcspn' returns the length of the substring found.

 

PORTABILITY

`strcspn' is ANSI C.


   `strcspn' requires no supporting OS subroutines.

 

SEE ALSO

strcspn is part of the libc library. The full documentation for libc is maintained as a Texinfo manual. If info and libc are properly installed at your site, the command
info libc

will give you access to the complete manual.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURNS
PORTABILITY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:31 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net