|
 |
|
|
|
|
Parameter:
Function return value: |
|
|
|
| |
|
|
|
|
A char value ch An int value that is |
|
|
|
 |
|
|
|
|
nonzero (TRUE), if ch is a lowercase letter (az) |
|
|
|
|
|
 |
|
|
|
|
Parameter:
Function return value: |
|
|
|
| |
|
|
|
|
A char value ch An int value that is |
|
|
|
 |
|
|
|
|
nonzero (TRUE), if ch is a printable character, including the blank (in ASCII, through ~) |
|
|
|
|
|
 |
|
|
|
|
Parameter:
Function return value: |
|
|
|
| |
|
|
|
|
A char value ch An int value that is |
|
|
|
 |
|
|
|
|
nonzero (TRUE), if ch is a punctuation character (equivalent to isgraph(ch)&&!isalnum(ch) ) |
|
|
|
|
|
 |
|
|
|
|
Parameter:
Function return value: |
|
|
|
| |
|
|
|
|
A char value ch An int value that is |
|
|
|
 |
|
|
|
|
nonzero (TRUE), if ch is a whitespace character (blank, newline, tab, carriage return, form feed) |
|
|
|
|
|
 |
|
|
|
|
Parameter:
Function return value: |
|
|
|
| |
|
|
|
|
A char value ch An int value that is |
|
|
|
 |
|
|
|
|
nonzero (TRUE), if ch is an uppercase letter (AZ) |
|
|
|
|
|
 |
|
|
|
|
Parameter:
Function return value: |
|
|
|
|  |
|
|
|
|
A char value ch An int value that is |
|
|
|
|
|
|
|
|
nonzero (TRUE), if ch is a hexadecimal digit (09, AF, a&ndashf) |
|
|
|
|