repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git]
/
newlib
/
libc
/
ctype
/
wctype_l.c
blob
c2793dd573e192858ec7d5861abbcee039516f05
1
#include <_ansi.h>
2
#include <wctype.h>
3
4
wctype_t
5
wctype_l
(
const char
*
c
,
struct
__locale_t
*
locale
)
6
{
7
return
wctype
(
c
);
8
}