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