blob: 601bab37d163fa88544ac11e4557d658c8bb92f0 [file] [log] [blame]
#include <wctype.h>
#include "libc.h"
wctype_t wctype_l(const char *s, locale_t l)
{
return wctype(s);
}
weak_alias(wctype_l, __wctype_l);