Retro68/gcc/newlib/libc/ctype/wctype_l.c
Wolfgang Thaller ec13cc9ce7 fix newlib
2018-12-29 09:59:36 +01:00

9 lines
126 B
C

#include <_ansi.h>
#include <wctype.h>
wctype_t
wctype_l (const char *c, struct __locale_t *locale)
{
return wctype (c);
}