Main index | Section 3 | Options |
#include <ctype.h>
amp;``0'' | ``1'' | ``2'' | ``3'' | ``4'' |
amp;``5'' | ``6'' | ``7'' | ``8'' | ``9'' |
amp;``A'' | ``B'' | ``C'' | ``D'' | ``E'' |
amp;``F'' | ``a'' | ``b'' | ``c'' | ``d'' |
amp;``e'' | ``f'' | amp; | amp; | amp; |
The ishexnumber() and ishexnumber_l() functions behave similarly to isxdigit() and isxdigit_l(), but may recognize additional characters, depending on the current locale setting.
The value of the argument must be representable as an unsigned char or the value of EOF.
The _l-suffixed versions take an explicit locale argument, whereas the non-suffixed versions use the current global or per-thread locale.
ISXDIGIT (3) | December 19, 2022 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.