blob: 68649d093ad9b2bfe8bf5adca6c5ae824984cddf [file] [log] [blame]
#include <ctype.h>
int isxdigit_l(int c, locale_t l)
{
return isxdigit(c);
}