C Programming/ctype.h/isxdigit

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Synopsis[edit | edit source]

int isxdigit(int c);

Description[edit | edit source]

This function tests whether the character c is a hexadecimal dight ('0' through 'F').

References[edit | edit source]