home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
gnu
/
man
/
cat3
/
strcspn.0
< prev
next >
Wrap
Text File
|
1993-12-07
|
1KB
|
67 lines
STRCSPN(3) UNIX Programmer's Manual STRCSPN(3)
NNAAMMEE
ssttrrccssppnn - span the complement of a string
SSYYNNOOPPSSIISS
##iinncclluuddee <<ssttrriinngg..hh>>
_s_i_z_e___t
ssttrrccssppnn(_c_o_n_s_t _c_h_a_r _*_s, _c_o_n_s_t _c_h_a_r _*_c_h_a_r_s_e_t)
DDEESSCCRRIIPPTTIIOONN
The ssttrrccssppnn() function spans the initial part of the nullterminated
string _s as long as the characters from _s do not occur in string _c_h_a_r_s_e_t
(it spans the _c_o_m_p_l_e_m_e_n_t of _c_h_a_r_s_e_t).
RREETTUURRNN VVAALLUUEESS
The ssttrrccssppnn() function returns the number of characters spanned.
SSEEEE AALLSSOO
index(3), memchr(3), rindex(3), strchr(3), strpbrk(3), strrchr(3),
strsep(3), strspn(3), strstr(3), strtok(3)
SSTTAANNDDAARRDDSS
The ssttrrccssppnn() function conforms to ANSI C3.1591989 (``ANSI C'').
BSD Experimental June 29, 1991 1