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

isupper_l returns nonzero (true) if and only if the value of the argument c is an uppercase letter in locale loc.