blob: 6222058c750cfc532147d5f2fb33b68ad1287cf7 [file] [log] [blame]
#include <wctype.h>
wint_t towctrans_l(wint_t c, wctrans_t t, locale_t l)
{
return towctrans(c, t);
}