fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf
[musl] / arch / x86_64 / bits / wchar.h
1 #ifndef WCHAR_MIN
2 #define WCHAR_MIN (-1-0x7fffffff)
3 #define WCHAR_MAX (0x7fffffff)
4 #endif