index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86_64
/
bits
/
wchar.h
blob: c969c5b62da8886bea42a047e661a5e33fcd8032 (
plain
) (
blame
)
1
2
3
4
#ifndef WCHAR_MIN #define WCHAR_MIN (-1-0x7fffffff) #define WCHAR_MAX (0x7fffffff) #endif