blob: 2e1205c617e705b5781d7b5e6b3bf444d11e726a [file] [log] [blame]
#include <ctype.h>
int isalpha_l(int c, locale_t l)
{
return isalpha(c);
}