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 16... Line 16...
16
 
16
 
17
DESCRIPTION
17
DESCRIPTION
18
<> is a macro which classifies ASCII integer values by table
18
<> is a macro which classifies ASCII integer values by table
19
lookup.  It is a predicate returning non-zero for alphabetic or
19
lookup.  It is a predicate returning non-zero for alphabetic or
20
numeric ASCII characters, and <<0>> for other arguments.  It is defined
20
numeric ASCII characters, and <<0>> for other arguments.  It is defined
Line 21... Line 21...
21
for all integer values.
21
only if <[c]> is representable as an unsigned char or if <[c]> is EOF.
22
 
22
 
Line 23... Line 23...
23
You can use a compiled subroutine instead of the macro definition by
23
You can use a compiled subroutine instead of the macro definition by