mirror of
https://github.com/fluencelabs/musl
synced 2025-07-26 11:51:58 +00:00
arch
arm
i386
bits
alltypes.h.sh
endian.h
errno.h
fcntl.h
fenv.h
float.h
ioctl.h
ipc.h
limits.h
mman.h
msg.h
posix.h
reg.h
setjmp.h
shm.h
signal.h
socket.h
stat.h
statfs.h
stdarg.h
stdint.h
syscall.h
termios.h
user.h
wchar.h
atomic.h
pthread_arch.h
reloc.h
syscall_arch.h
microblaze
mips
x86_64
crt
dist
include
lib
src
tools
.gitignore
COPYRIGHT
INSTALL
Makefile
README
WHATSNEW
configure
5 lines
90 B
C
5 lines
90 B
C
![]() |
#ifndef WCHAR_MIN
|
||
|
#define WCHAR_MIN (-1-0x7fffffff)
|
||
|
#define WCHAR_MAX (0x7fffffff)
|
||
|
#endif
|