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

isalpha_l returns nonzero (true) if and only if isupper or islower return true for value of the argument c in locale loc.