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

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