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 21... Line 21...
21
DESCRIPTION
21
DESCRIPTION
22
<> is a macro which classifies ASCII integer values by table
22
<> is a macro which classifies ASCII integer values by table
23
lookup.  It is a predicate returning non-zero for printable
23
lookup.  It is a predicate returning non-zero for printable
24
characters, and 0 for other character arguments. 
24
characters, and 0 for other character arguments. 
25
It is defined only when <>(<[c]>) is true or <[c]> is EOF.
25
It is defined only if <[c]> is representable as an unsigned char or if
-
 
26
<[c]> is EOF.
Line 26... Line 27...
26
 
27
 
27
You can use a compiled subroutine instead of the macro definition by
28
You can use a compiled subroutine instead of the macro definition by
Line 28... Line 29...
28
undefining either macro using `<<#undef isprint>>' or `<<#undef isgraph>>'.
29
undefining either macro using `<<#undef isprint>>' or `<<#undef isgraph>>'.