blob: b8a6eef373f0b47375d0dc9efa3a98c4bd91164c [file] [log] [blame]
#include <ctype.h>
int isalnum_l(int c, locale_t l)
{
return isalnum(c);
}