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