Synopsis
int isxdigit_l(int c,
               locale_t loc);
Description

isxdigit_l returns nonzero (true) if and only if the value of the argument c is a hexadecimal digit in locale loc.