Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / ctype / wctype_l.c
blobc2793dd573e192858ec7d5861abbcee039516f05
1 #include <_ansi.h>
2 #include <wctype.h>
4 wctype_t
5 wctype_l (const char *c, struct __locale_t *locale)
7 return wctype (c);