blob: 11ba703638b53c3bbd83848a40afe01d10472836 [file] [log] [blame]
#include <ctype.h>
int isupper_l(int c, locale_t l)
{
return isupper(c);
}