| isxdigit |
(int ch) |
yoix.ctype |
| |
Returns
1
if the integer
ch
represents an ASCII hexadecimal digit (0 through 9 and a through f or A through F),
and
0
otherwise.
| |
| Return: |
int
| | |
| See Also: |
isalnum,
isalpha,
isascii,
iscntrl,
isdigit,
isgraph,
islower,
isoctal,
isprint,
ispunct,
isspace,
isupper
|
|
Yoix is a registered trademark of AT&T Inc.
|