Numeric limits
From cppreference.com
Limits of library types
| Defined in header
<stdint.h> | |
| PTRDIFF_MIN (C99) |
minimum value of object of ptrdiff_t type (macro constant) |
| PTRDIFF_MAX (C99) |
maximum value of object of ptrdiff_t type (macro constant) |
| SIZE_MAX (C99) |
maximum value of object of size_t type (macro constant) |
| SIG_ATOMIC_MIN (C99) |
minimum value of object of sig_atomic_t type (macro constant) |
| SIG_ATOMIC_MAX (C99) |
maximum value of object of sig_atomic_t type (macro constant) |
| Defined in header
<wchar.h> | |
| WCHAR_MIN (C99) |
minimum value of object of wchar_t type (macro constant) |
| WCHAR_MAX (C99) |
maximum value of object of wchar_t type (macro constant) |
| WINT_MIN (C99) |
minimum value of object of wint_t type (macro constant) |
| WINT_MAX (C99) |
maximum value of object of wint_t type (macro constant) |