Go to the source code of this file.
#define __CLANG_STDINT_H #define __int8_t_defined #define __stdint_join3(a, b, c) a ## b ## c #define __intptr_t_defined #define _INTPTR_T #define _UINTPTR_T #define __int_c_join(a, b) a ## b #define __int_c(v, suffix) __int_c_join(v, suffix) #define __uint_c(v, suffix) __int_c_join(v##U, suffix) #define __INTN_MIN(n) __stdint_join3( INT, n, _MIN) #define __INTN_MAX(n) __stdint_join3( INT, n, _MAX) #define __UINTN_MAX(n) __stdint_join3(UINT, n, _MAX) #define __INTN_C(n, v) __stdint_join3( INT, n, _C(v)) #define __UINTN_C(n, v) __stdint_join3(UINT, n, _C(v)) #define INTPTR_MIN (-__INTPTR_MAX__-1) #define INTPTR_MAX __INTPTR_MAX__ #define UINTPTR_MAX __UINTPTR_MAX__ #define PTRDIFF_MIN (-__PTRDIFF_MAX__-1) #define PTRDIFF_MAX __PTRDIFF_MAX__ #define SIZE_MAX __SIZE_MAX__ #define INTMAX_MIN (-__INTMAX_MAX__-1) #define INTMAX_MAX __INTMAX_MAX__ #define UINTMAX_MAX __UINTMAX_MAX__ #define SIG_ATOMIC_MIN __INTN_MIN(__SIG_ATOMIC_WIDTH__) #define SIG_ATOMIC_MAX __INTN_MAX(__SIG_ATOMIC_WIDTH__) #define WINT_MIN __INTN_MIN(__WINT_WIDTH__) #define WINT_MAX __INTN_MAX(__WINT_WIDTH__) #define WCHAR_MAX __WCHAR_MAX__ #define WCHAR_MIN __INTN_MIN(__WCHAR_WIDTH__) #define INTMAX_C(v) __int_c(v, __INTMAX_C_SUFFIX__) #define UINTMAX_C(v) __int_c(v, __UINTMAX_C_SUFFIX__) ◆ __CLANG_STDINT_H ◆ __int8_t_defined ◆ __int_c ◆ __int_c_join #define __int_c_join ( a, b ) a ## bDefinition at line 328 of file stdint.h.
◆ __INTN_C ◆ __INTN_MAX ◆ __INTN_MIN ◆ __intptr_t_defined #define __intptr_t_definedDefinition at line 296 of file stdint.h.
◆ __stdint_join3 #define __stdint_join3 ( a, b, c ) a ## b ## cDefinition at line 291 of file stdint.h.
◆ __uint_c ◆ __UINTN_C ◆ __UINTN_MAX ◆ _INTPTR_T ◆ _UINTPTR_T ◆ INTMAX_C ◆ INTMAX_MAX #define INTMAX_MAX __INTMAX_MAX__Definition at line 907 of file stdint.h.
◆ INTMAX_MIN #define INTMAX_MIN (-__INTMAX_MAX__-1)Definition at line 906 of file stdint.h.
◆ INTPTR_MAX #define INTPTR_MAX __INTPTR_MAX__Definition at line 885 of file stdint.h.
◆ INTPTR_MIN #define INTPTR_MIN (-__INTPTR_MAX__-1)Definition at line 884 of file stdint.h.
◆ PTRDIFF_MAX #define PTRDIFF_MAX __PTRDIFF_MAX__Definition at line 888 of file stdint.h.
◆ PTRDIFF_MIN #define PTRDIFF_MIN (-__PTRDIFF_MAX__-1)Definition at line 887 of file stdint.h.
◆ SIG_ATOMIC_MAX ◆ SIG_ATOMIC_MIN ◆ SIZE_MAX #define SIZE_MAX __SIZE_MAX__Definition at line 889 of file stdint.h.
◆ UINTMAX_C ◆ UINTMAX_MAX #define UINTMAX_MAX __UINTMAX_MAX__Definition at line 908 of file stdint.h.
◆ UINTPTR_MAX #define UINTPTR_MAX __UINTPTR_MAX__Definition at line 886 of file stdint.h.
◆ WCHAR_MAX #define WCHAR_MAX __WCHAR_MAX__Definition at line 930 of file stdint.h.
◆ WCHAR_MIN ◆ WINT_MAX ◆ WINT_MIN ◆ intmax_t ◆ intptr_t ◆ uintmax_t ◆ uintptr_tRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4