blob: 7681fe092b6f87b0114725a329f2dec37c35ef92 [file] [log] [blame]
#include <wctype.h>
int iswcntrl_l(wint_t c, locale_t l)
{
return iswcntrl(c);
}