blob: 25ec97a12a415d60b6ee7cf15a488ddb37361695 [file] [log] [blame]
#include <ctype.h>
int islower_l(int c, locale_t l)
{
return islower(c);
}