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 macro which classifies ASCII integer values by table
17
<> is a macro which classifies ASCII integer values by table
18
lookup.  It is a predicate returning non-zero for printable
18
lookup.  It is a predicate returning non-zero for printable
19
punctuation characters, and 0 for other characters.  It is defined
19
punctuation characters, and 0 for other characters.  It is defined only
20
only when <>(<[c]>) is true or <[c]> is EOF.
20
if <[c]> is representable as an unsigned char or if <[c]> is EOF.
Line 21... Line 21...
21
 
21
 
22
You can use a compiled subroutine instead of the macro definition by
22
You can use a compiled subroutine instead of the macro definition by
Line 23... Line 23...
23
undefining the macro using `<<#undef ispunct>>'.
23
undefining the macro using `<<#undef ispunct>>'.