Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / ctype / iscntrl_l.c
blob0ae17c7f7414be37cb5a23ef9cca460952a0d70d
1 #include <_ansi.h>
2 #include <ctype.h>
4 #undef iscntrl_l
6 int
7 iscntrl_l (int c, struct __locale_t *locale)
9 return __locale_ctype_ptr_l (locale)[c+1] & _C;