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 14... Line 14...
14
int isdigit(<[c]>);
14
int isdigit(<[c]>);
Line 15... Line 15...
15
 
15
 
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 decimal digits, and 0 for
18
lookup.  It is a predicate returning non-zero for decimal digits, and 0 for
19
other characters.  It is defined only when <>(<[c]>) is true
19
other characters.  It is defined only if <[c]> is representable as an
Line 20... Line 20...
20
or <[c]> is EOF.
20
unsigned char or if <[c]> is EOF.
21
 
21
 
Line 22... Line 22...
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