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