Main index | Section 3 | Options |
#include <ctype.h>
amp;``0'' | ``1'' | ``2'' | ``3'' | ``4'' |
amp;``5'' | ``6'' | ``7'' | ``8'' | ``9'' |
The isnumber() and isnumber_l() functions behave similarly to isdigit() and isdigit_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.
ISDIGIT (3) | December 19, 2022 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.