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 hexadecimal digits,
18
lookup.  It is a predicate returning non-zero for hexadecimal digits,
19
and <<0>> for other characters.  It is defined only when
19
and <<0>> for other characters.  It is defined only if <[c]> is
20
<>(<[c]>) is true or <[c]> is EOF.
20
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 isxdigit>>'.
23
undefining the macro using `<<#undef isxdigit>>'.