Subversion Repositories Kolibri OS

Rev

Rev 4874 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4874 Rev 4921
Line 15... Line 15...
15
 
15
 
Line 16... Line 16...
16
DESCRIPTION
16
DESCRIPTION
17
<> is a function which classifies ASCII integer values by table
17
<> is a function which classifies ASCII integer values by table
18
lookup.  It is a predicate returning non-zero for blank characters, and 0
18
lookup.  It is a predicate returning non-zero for blank characters, and 0
-
 
19
for other characters.  It is defined only if <[c]> is representable as an
19
for other characters.
20
unsigned char or if <[c]> is EOF.
Line 20... Line 21...
20
 
21
 
21
RETURNS
22
RETURNS
Line 22... Line 23...
22
<> returns non-zero if <[c]> is a blank character.
23
<> returns non-zero if <[c]> is a blank character.