Home
last modified time | relevance | path

Searched refs:WCHAR_MIN (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dwchar.h46 #ifndef WCHAR_MIN
48 #define WCHAR_MIN __WCHAR_MIN__ macro
50 #define WCHAR_MIN (0 + L'\0') macro
52 #define WCHAR_MIN (-0x7fffffff - 1 + L'\0') macro
Dstdint.h360 #ifndef WCHAR_MIN
362 #define WCHAR_MIN (__WCHAR_MIN__) macro
364 #define WCHAR_MIN (0 + L'\0') macro
366 #define WCHAR_MIN (-0x7fffffff - 1 + L'\0') macro
/picolibc-latest/newlib/
DChangeLog-20151803 * libc/include/stdint.h (WCHAR_MIN): Copy definition from wchar.h.
1805 * libc/include/wchar.h (WCHAR_MIN): Add comment.
2042 * libc/include/wchar.h: Define WCHAR_MIN and WCHAR_MAX according to
7462 (WCHAR_MAX, WCHAR_MIN, WINT_MAX, WINT_MIN): Define.
16641 * libc/include/wchar.h: Define WCHAR_MIN as 0 and WCHAR_MAX as