index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
microblaze
/
bits
/
wchar.h
blob: c969c5b62da8886bea42a047e661a5e33fcd8032 (
plain
) (
blame
)
1
2
3
4
#ifndef WCHAR_MIN #define WCHAR_MIN (-1-0x7fffffff) #define WCHAR_MAX (0x7fffffff) #endif