Syntaxe :
#include <cctype>
int isxdigit (int c);
La fonction isxdigit()
renvoie une valeur non-nulle si le caractère c
est un chiffre hexadécimal (c'est-à-dire, 0-9
, a-f
ou A-F
). Sinon, zéro est
retourné.
Sujets connexes : isalnum, isalpha, iscntrl, isdigit, isgraph, ispunct, isspace