blob: aa861ae6749f3b5327005954f7676bebfd7f46cb [file] [log] [blame]
#include <wctype.h>
wint_t towupper_l(wint_t c, locale_t l)
{
return towupper(c);
}