1 #include <wctype.h>
2 
wctrans_l(const char * s,locale_t l)3 wctrans_t wctrans_l(const char *s, locale_t l)
4 {
5 	return wctrans(s);
6 }
7