blob: 831e0e54419637c02b579510c0008ed9de4ff092 [file] [log] [blame]
#include <wctype.h>
int iswpunct_l(wint_t c, locale_t l)
{
return iswpunct(c);
}