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
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 minuscules
18
lookup.  It is a predicate returning non-zero for minuscules
19
(lowercase alphabetic characters), and 0 for other characters.
19
(lowercase alphabetic characters), and 0 for other characters.
20
It is defined only when <>(<[c]>) is true or <[c]> is EOF.
20
It is defined only if <[c]> is representable as an unsigned char or if
-
 
21
<[c]> is EOF.
Line 21... Line 22...
21
 
22
 
22
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
Line 23... Line 24...
23
undefining the macro using `<<#undef islower>>'.
24
undefining the macro using `<<#undef islower>>'.