blob: f3a2691f581ffdf7c8a69235add32cd4ffbdc61f [file] [log] [blame]
#include <wctype.h>
int iswblank_l(wint_t c, locale_t l)
{
return iswblank(c);
}