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 isalpha(<[c]>);
14
	int isalpha(<[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 when <[c]> represents an
18
lookup.  It is a predicate returning non-zero when <[c]> represents an
19
alphabetic ASCII character, and 0 otherwise.  It is defined only when
19
alphabetic ASCII character, and 0 otherwise.  It is defined only if
Line 20... Line 20...
20
<>(<[c]>) is true or <[c]> is EOF.
20
<[c]> is representable as an 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