blob: aaaea370f81fabf9c2399752bc93e2b6eab1440f [file] [log] [blame]
#include <wctype.h>
#include "libc.h"
wint_t towlower_l(wint_t c, locale_t l)
{
return towlower(c);
}
weak_alias(towlower_l, __towlower_l);