<< Previous | Next >> | |
|
Description
- Tests for a hexadecimal digit: 0 - 9, A - F, a - f
Parameters
- c
- Character to test.
Return value
0
: Not a hexadecimal digit.
!0
: Is a hexadecimal digit.Library
- STRING.LIB
See also
- isdigit, isalpha, isalpha
Dynamic C Functions | << Previous | Next >> | rabbit.com |