Embedded Artistry Framework
Embedded Systems C++ Framework
Macros | Typedefs
stdint.h File Reference
#include <limits.h>
#include <_types/_int16_t.h>
#include <_types/_int32_t.h>
#include <_types/_int64_t.h>
#include <_types/_int8_t.h>
#include <_types/_uint16_t.h>
#include <_types/_uint32_t.h>
#include <_types/_uint64_t.h>
#include <_types/_uint8_t.h>
#include <_types/_intptr_t.h>
#include <_types/_uintptr_t.h>
#include <_types/_intmax_t.h>
#include <_types/_uintmax_t.h>
Include dependency graph for stdint.h:
This graph shows which files directly or indirectly include this file:

Macros

#define __WORDSIZE   32
 
#define INT8_MAX   127
 
#define INT16_MAX   32767
 
#define INT32_MAX   2147483647
 
#define INT64_MAX   9223372036854775807LL
 
#define INT8_MIN   -128
 
#define INT16_MIN   -32768
 
#define INT32_MIN   (-INT32_MAX - 1)
 
#define INT64_MIN   (-INT64_MAX - 1)
 
#define UINT8_MAX   255
 
#define UINT16_MAX   65535
 
#define UINT32_MAX   4294967295U
 
#define UINT64_MAX   18446744073709551615ULL
 
#define INT_LEAST8_MIN   INT8_MIN
 
#define INT_LEAST16_MIN   INT16_MIN
 
#define INT_LEAST32_MIN   INT32_MIN
 
#define INT_LEAST64_MIN   INT64_MIN
 
#define UINT_LEAST8_MIN   UINT8_MIN
 
#define UINT_LEAST16_MIN   UINT16_MIN
 
#define UINT_LEAST32_MIN   UINT32_MIN
 
#define UINT_LEAST64_MIN   UINT64_MIN
 
#define INT_LEAST8_MAX   INT8_MAX
 
#define INT_LEAST16_MAX   INT16_MAX
 
#define INT_LEAST32_MAX   INT32_MAX
 
#define INT_LEAST64_MAX   INT64_MAX
 
#define UINT_LEAST8_MAX   UINT8_MAX
 
#define UINT_LEAST16_MAX   UINT16_MAX
 
#define UINT_LEAST32_MAX   UINT32_MAX
 
#define UINT_LEAST64_MAX   UINT64_MAX
 
#define INT_FAST8_MIN   INT8_MIN
 
#define INT_FAST16_MIN   INT32_MIN
 
#define INT_FAST32_MIN   INT32_MIN
 
#define INT_FAST64_MIN   INT64_MIN
 
#define INT_FAST8_MAX   INT8_MAX
 
#define INT_FAST16_MAX   INT32_MAX
 
#define INT_FAST32_MAX   INT32_MAX
 
#define INT_FAST64_MAX   INT64_MAX
 
#define UINT_FAST8_MIN   UINT8_MIN
 
#define UINT_FAST16_MIN   UINT32_MIN
 
#define UINT_FAST32_MIN   UINT32_MIN
 
#define UINT_FAST64_MIN   UINT64_MIN
 
#define UINT_FAST8_MAX   UINT8_MAX
 
#define UINT_FAST16_MAX   UINT32_MAX
 
#define UINT_FAST32_MAX   UINT32_MAX
 
#define UINT_FAST64_MAX   UINT64_MAX
 
#define INTPTR_MIN   INT32_MIN
 
#define INTPTR_MAX   INT32_MAX
 
#define UINTPTR_MAX   UINT32_MAX
 
#define PTRDIFF_MIN   INT32_MIN
 
#define PTRDIFF_MAX   INT32_MAX
 
#define INTMAX_MIN   INT64_MIN
 
#define INTMAX_MAX   INT64_MAX
 
#define UINTMAX_MAX   UINT64_MAX
 
#define SIZE_MAX   UINT32_MAX
 
#define WCHAR_MAX   0x7fffffff
 
#define WCHAR_MIN   (-WCHAR_MAX - 1)
 
#define WINT_MIN   INT32_MIN
 
#define WINT_MAX   INT32_MAX
 
#define SIG_ATOMIC_MIN   INT32_MIN
 
#define SIG_ATOMIC_MAX   INT32_MAX
 
#define INT8_C(v)   (v)
 
#define INT16_C(v)   (v)
 
#define INT32_C(v)   (v)
 
#define INT64_C(v)   (v##LL)
 
#define UINT8_C(v)   (v##U)
 
#define UINT16_C(v)   (v##U)
 
#define UINT32_C(v)   (v##U)
 
#define UINT64_C(v)   (v##ULL)
 
#define INTMAX_C(v)   (v##LL)
 
#define UINTMAX_C(v)   (v##ULL)
 
#define STDINT_H_
 
#define __WORDSIZE   32
 
#define INT8_MAX   127
 
#define INT16_MAX   32767
 
#define INT32_MAX   2147483647
 
#define INT64_MAX   9223372036854775807LL
 
#define INT8_MIN   -128
 
#define INT16_MIN   -32768
 
#define INT32_MIN   (-INT32_MAX - 1)
 
#define INT64_MIN   (-INT64_MAX - 1)
 
#define UINT8_MAX   255
 
#define UINT16_MAX   65535
 
#define UINT32_MAX   4294967295U
 
#define UINT64_MAX   18446744073709551615ULL
 
#define INT_LEAST8_MIN   INT8_MIN
 
#define INT_LEAST16_MIN   INT16_MIN
 
#define INT_LEAST32_MIN   INT32_MIN
 
#define INT_LEAST64_MIN   INT64_MIN
 
#define UINT_LEAST8_MIN   UINT8_MIN
 
#define UINT_LEAST16_MIN   UINT16_MIN
 
#define UINT_LEAST32_MIN   UINT32_MIN
 
#define UINT_LEAST64_MIN   UINT64_MIN
 
#define INT_LEAST8_MAX   INT8_MAX
 
#define INT_LEAST16_MAX   INT16_MAX
 
#define INT_LEAST32_MAX   INT32_MAX
 
#define INT_LEAST64_MAX   INT64_MAX
 
#define UINT_LEAST8_MAX   UINT8_MAX
 
#define UINT_LEAST16_MAX   UINT16_MAX
 
#define UINT_LEAST32_MAX   UINT32_MAX
 
#define UINT_LEAST64_MAX   UINT64_MAX
 
#define INT_FAST8_MIN   INT8_MIN
 
#define INT_FAST16_MIN   INT32_MIN
 
#define INT_FAST32_MIN   INT32_MIN
 
#define INT_FAST64_MIN   INT64_MIN
 
#define INT_FAST8_MAX   INT8_MAX
 
#define INT_FAST16_MAX   INT32_MAX
 
#define INT_FAST32_MAX   INT32_MAX
 
#define INT_FAST64_MAX   INT64_MAX
 
#define UINT_FAST8_MIN   UINT8_MIN
 
#define UINT_FAST16_MIN   UINT32_MIN
 
#define UINT_FAST32_MIN   UINT32_MIN
 
#define UINT_FAST64_MIN   UINT64_MIN
 
#define UINT_FAST8_MAX   UINT8_MAX
 
#define UINT_FAST16_MAX   UINT32_MAX
 
#define UINT_FAST32_MAX   UINT32_MAX
 
#define UINT_FAST64_MAX   UINT64_MAX
 
#define INTPTR_MIN   INT32_MIN
 
#define INTPTR_MAX   INT32_MAX
 
#define UINTPTR_MAX   UINT32_MAX
 
#define PTRDIFF_MIN   INT32_MIN
 
#define PTRDIFF_MAX   INT32_MAX
 
#define INTMAX_MIN   INT64_MIN
 
#define INTMAX_MAX   INT64_MAX
 
#define UINTMAX_MAX   UINT64_MAX
 
#define SIZE_MAX   UINT32_MAX
 
#define WINT_MIN   INT32_MIN
 
#define WINT_MAX   INT32_MAX
 
#define SIG_ATOMIC_MIN   INT32_MIN
 
#define SIG_ATOMIC_MAX   INT32_MAX
 
#define INT8_C(v)   (v)
 
#define INT16_C(v)   (v)
 
#define INT32_C(v)   (v)
 
#define INT64_C(v)   (v##LL)
 
#define UINT8_C(v)   (v##U)
 
#define UINT16_C(v)   (v##U)
 
#define UINT32_C(v)   (v##U)
 
#define UINT64_C(v)   (v##ULL)
 
#define INTMAX_C(v)   (v##LL)
 
#define UINTMAX_C(v)   (v##ULL)
 

Typedefs

typedef int8_t int_least8_t
 
typedef int16_t int_least16_t
 
typedef int32_t int_least32_t
 
typedef int64_t int_least64_t
 
typedef uint8_t uint_least8_t
 
typedef uint16_t uint_least16_t
 
typedef uint32_t uint_least32_t
 
typedef uint64_t uint_least64_t
 
typedef int8_t int_fast8_t
 
typedef int32_t int_fast16_t
 
typedef int32_t int_fast32_t
 
typedef int64_t int_fast64_t
 
typedef uint8_t uint_fast8_t
 
typedef uint32_t uint_fast16_t
 
typedef uint32_t uint_fast32_t
 
typedef uint64_t uint_fast64_t
 

Macro Definition Documentation

◆ __WORDSIZE [1/2]

#define __WORDSIZE   32

◆ __WORDSIZE [2/2]

#define __WORDSIZE   32

◆ INT16_C [1/2]

#define INT16_C (   v)    (v)

◆ INT16_C [2/2]

#define INT16_C (   v)    (v)

Expands to an integer constant expression having the value specified by its argument and the type int_least16_t

◆ INT16_MAX [1/2]

#define INT16_MAX   32767

◆ INT16_MAX [2/2]

#define INT16_MAX   32767

Expands to 32767. Maximum value of an object of type int16_t

◆ INT16_MIN [1/2]

#define INT16_MIN   -32768

◆ INT16_MIN [2/2]

#define INT16_MIN   -32768

Expands to -32768. Minimum value of an object of type int16_t

◆ INT32_C [1/2]

#define INT32_C (   v)    (v)

◆ INT32_C [2/2]

#define INT32_C (   v)    (v)

Expands to an integer constant expression having the value specified by its argument and the type int_least32_t

◆ INT32_MAX [1/2]

#define INT32_MAX   2147483647

◆ INT32_MAX [2/2]

#define INT32_MAX   2147483647

Expands to 2147483647. Maximum value of an object of type int32_t

◆ INT32_MIN [1/2]

#define INT32_MIN   (-INT32_MAX - 1)

Expands to (-INT32_MAX - 1). Minimum value of an object of type int32_t

◆ INT32_MIN [2/2]

#define INT32_MIN   (-INT32_MAX - 1)

◆ INT64_C [1/2]

#define INT64_C (   v)    (v##LL)

Expands to an integer constant expression having the value specified by its argument and the type int_least64_t

◆ INT64_C [2/2]

#define INT64_C (   v)    (v##LL)

◆ INT64_MAX [1/2]

#define INT64_MAX   9223372036854775807LL

◆ INT64_MAX [2/2]

#define INT64_MAX   9223372036854775807LL

Expands to 9223372036854775807LL. Maximum value of an object of type int64_t

◆ INT64_MIN [1/2]

#define INT64_MIN   (-INT64_MAX - 1)

Expands to (-INT64_MAX - 1). Minimum value of an object of type int64_t

◆ INT64_MIN [2/2]

#define INT64_MIN   (-INT64_MAX - 1)

◆ INT8_C [1/2]

#define INT8_C (   v)    (v)

◆ INT8_C [2/2]

#define INT8_C (   v)    (v)

Expands to an integer constant expression having the value specified by its argument and the type int_least8_t

◆ INT8_MAX [1/2]

#define INT8_MAX   127

Expands to 127. Maximum value of an object of type int8_t

◆ INT8_MAX [2/2]

#define INT8_MAX   127

◆ INT8_MIN [1/2]

#define INT8_MIN   -128

◆ INT8_MIN [2/2]

#define INT8_MIN   -128

Expands to -128. Minimum value of an object of type int8_t

◆ INT_FAST16_MAX [1/2]

#define INT_FAST16_MAX   INT32_MAX

Maximum value of an object of type int_fast16_t

◆ INT_FAST16_MAX [2/2]

#define INT_FAST16_MAX   INT32_MAX

◆ INT_FAST16_MIN [1/2]

#define INT_FAST16_MIN   INT32_MIN

◆ INT_FAST16_MIN [2/2]

#define INT_FAST16_MIN   INT32_MIN

Minimum value of an object of type int_fast16_t

◆ INT_FAST32_MAX [1/2]

#define INT_FAST32_MAX   INT32_MAX

Maximum value of an object of type int_fast32_t

◆ INT_FAST32_MAX [2/2]

#define INT_FAST32_MAX   INT32_MAX

◆ INT_FAST32_MIN [1/2]

#define INT_FAST32_MIN   INT32_MIN

◆ INT_FAST32_MIN [2/2]

#define INT_FAST32_MIN   INT32_MIN

Minimum value of an object of type int_fast32_t

◆ INT_FAST64_MAX [1/2]

#define INT_FAST64_MAX   INT64_MAX

Maximum value of an object of type int_fast64_t

◆ INT_FAST64_MAX [2/2]

#define INT_FAST64_MAX   INT64_MAX

◆ INT_FAST64_MIN [1/2]

#define INT_FAST64_MIN   INT64_MIN

Minimum value of an object of type int_fast64_t

◆ INT_FAST64_MIN [2/2]

#define INT_FAST64_MIN   INT64_MIN

◆ INT_FAST8_MAX [1/2]

#define INT_FAST8_MAX   INT8_MAX

Maximum value of an object of type int_fast8_t

◆ INT_FAST8_MAX [2/2]

#define INT_FAST8_MAX   INT8_MAX

◆ INT_FAST8_MIN [1/2]

#define INT_FAST8_MIN   INT8_MIN

◆ INT_FAST8_MIN [2/2]

#define INT_FAST8_MIN   INT8_MIN

Minimum value of an object of type int_fast8_t

◆ INT_LEAST16_MAX [1/2]

#define INT_LEAST16_MAX   INT16_MAX

Maximum value of an object of type int_least16_t

◆ INT_LEAST16_MAX [2/2]

#define INT_LEAST16_MAX   INT16_MAX

◆ INT_LEAST16_MIN [1/2]

#define INT_LEAST16_MIN   INT16_MIN

◆ INT_LEAST16_MIN [2/2]

#define INT_LEAST16_MIN   INT16_MIN

Minimum value of an object of type int_least16_t

◆ INT_LEAST32_MAX [1/2]

#define INT_LEAST32_MAX   INT32_MAX

◆ INT_LEAST32_MAX [2/2]

#define INT_LEAST32_MAX   INT32_MAX

Maximum value of an object of type int_least32_t

◆ INT_LEAST32_MIN [1/2]

#define INT_LEAST32_MIN   INT32_MIN

Minimum value of an object of type int_least32_t

◆ INT_LEAST32_MIN [2/2]

#define INT_LEAST32_MIN   INT32_MIN

◆ INT_LEAST64_MAX [1/2]

#define INT_LEAST64_MAX   INT64_MAX

◆ INT_LEAST64_MAX [2/2]

#define INT_LEAST64_MAX   INT64_MAX

Maximum value of an object of type int_least64_t

◆ INT_LEAST64_MIN [1/2]

#define INT_LEAST64_MIN   INT64_MIN

Minimum value of an object of type int_least64_t

◆ INT_LEAST64_MIN [2/2]

#define INT_LEAST64_MIN   INT64_MIN

◆ INT_LEAST8_MAX [1/2]

#define INT_LEAST8_MAX   INT8_MAX

◆ INT_LEAST8_MAX [2/2]

#define INT_LEAST8_MAX   INT8_MAX

Maximum value of an object of type uint_least8_t

◆ INT_LEAST8_MIN [1/2]

#define INT_LEAST8_MIN   INT8_MIN

◆ INT_LEAST8_MIN [2/2]

#define INT_LEAST8_MIN   INT8_MIN

Minimum value of an object of type int_least8_t

◆ INTMAX_C [1/2]

#define INTMAX_C (   v)    (v##LL)

Expands to an integer constant expression having the value specified by its argument and the type intmax_t

◆ INTMAX_C [2/2]

#define INTMAX_C (   v)    (v##LL)

◆ INTMAX_MAX [1/2]

#define INTMAX_MAX   INT64_MAX

Maximum value of an object of type intmax_t

◆ INTMAX_MAX [2/2]

#define INTMAX_MAX   INT64_MAX

◆ INTMAX_MIN [1/2]

#define INTMAX_MIN   INT64_MIN

◆ INTMAX_MIN [2/2]

#define INTMAX_MIN   INT64_MIN

Minimum value of an object of type intmax_t

◆ INTPTR_MAX [1/2]

#define INTPTR_MAX   INT32_MAX

Maximum value of an object of type intptr_t

◆ INTPTR_MAX [2/2]

#define INTPTR_MAX   INT32_MAX

◆ INTPTR_MIN [1/2]

#define INTPTR_MIN   INT32_MIN

Minimum value of an object of type intptr_t

◆ INTPTR_MIN [2/2]

#define INTPTR_MIN   INT32_MIN

◆ PTRDIFF_MAX [1/2]

#define PTRDIFF_MAX   INT32_MAX

Maximum value of an object of type ptrdiff_t

◆ PTRDIFF_MAX [2/2]

#define PTRDIFF_MAX   INT32_MAX

◆ PTRDIFF_MIN [1/2]

#define PTRDIFF_MIN   INT32_MIN

◆ PTRDIFF_MIN [2/2]

#define PTRDIFF_MIN   INT32_MIN

Minimum value of an object of type ptrdiff_t

◆ SIG_ATOMIC_MAX [1/2]

#define SIG_ATOMIC_MAX   INT32_MAX

Maximum value of object of sig_atomic_t type

◆ SIG_ATOMIC_MAX [2/2]

#define SIG_ATOMIC_MAX   INT32_MAX

◆ SIG_ATOMIC_MIN [1/2]

#define SIG_ATOMIC_MIN   INT32_MIN

◆ SIG_ATOMIC_MIN [2/2]

#define SIG_ATOMIC_MIN   INT32_MIN

Minimum value of object of sig_atomic_t type

◆ SIZE_MAX [1/2]

#define SIZE_MAX   UINT32_MAX

Maximum value of object of size_t type

◆ SIZE_MAX [2/2]

#define SIZE_MAX   UINT32_MAX

◆ STDINT_H_

#define STDINT_H_

◆ UINT16_C [1/2]

#define UINT16_C (   v)    (v##U)

Expands to an integer constant expression having the value specified by its argument and the type uint_least16_t

◆ UINT16_C [2/2]

#define UINT16_C (   v)    (v##U)

◆ UINT16_MAX [1/2]

#define UINT16_MAX   65535

◆ UINT16_MAX [2/2]

#define UINT16_MAX   65535

Expands to 65535. Maximum value of an object of type uint16_t

◆ UINT32_C [1/2]

#define UINT32_C (   v)    (v##U)

◆ UINT32_C [2/2]

#define UINT32_C (   v)    (v##U)

Expands to an integer constant expression having the value specified by its argument and the type uint_least32_t

◆ UINT32_MAX [1/2]

#define UINT32_MAX   4294967295U

◆ UINT32_MAX [2/2]

#define UINT32_MAX   4294967295U

Expands to 4294967295U. Maximum value of an object of type uint32_t

◆ UINT64_C [1/2]

#define UINT64_C (   v)    (v##ULL)

Expands to an integer constant expression having the value specified by its argument and the type uint_least64_t

◆ UINT64_C [2/2]

#define UINT64_C (   v)    (v##ULL)

◆ UINT64_MAX [1/2]

#define UINT64_MAX   18446744073709551615ULL

◆ UINT64_MAX [2/2]

#define UINT64_MAX   18446744073709551615ULL

Expands to 18446744073709551615ULL. Maximum value of an object of type uint64_t

◆ UINT8_C [1/2]

#define UINT8_C (   v)    (v##U)

Expands to an integer constant expression having the value specified by its argument and the type uint_least8_t

◆ UINT8_C [2/2]

#define UINT8_C (   v)    (v##U)

◆ UINT8_MAX [1/2]

#define UINT8_MAX   255

◆ UINT8_MAX [2/2]

#define UINT8_MAX   255

Expands to 255. Maximum value of an object of type uint8_t

◆ UINT_FAST16_MAX [1/2]

#define UINT_FAST16_MAX   UINT32_MAX

Maximum value of an object of type uint_fast16_t

◆ UINT_FAST16_MAX [2/2]

#define UINT_FAST16_MAX   UINT32_MAX

◆ UINT_FAST16_MIN [1/2]

#define UINT_FAST16_MIN   UINT32_MIN

Minimum value of an object of type uint_fast16_t

◆ UINT_FAST16_MIN [2/2]

#define UINT_FAST16_MIN   UINT32_MIN

◆ UINT_FAST32_MAX [1/2]

#define UINT_FAST32_MAX   UINT32_MAX

Maximum value of an object of type uint_fast32_t

◆ UINT_FAST32_MAX [2/2]

#define UINT_FAST32_MAX   UINT32_MAX

◆ UINT_FAST32_MIN [1/2]

#define UINT_FAST32_MIN   UINT32_MIN

Minimum value of an object of type uint_fast32_t

◆ UINT_FAST32_MIN [2/2]

#define UINT_FAST32_MIN   UINT32_MIN

◆ UINT_FAST64_MAX [1/2]

#define UINT_FAST64_MAX   UINT64_MAX

◆ UINT_FAST64_MAX [2/2]

#define UINT_FAST64_MAX   UINT64_MAX

Maximum value of an object of type uint_fast64_t

◆ UINT_FAST64_MIN [1/2]

#define UINT_FAST64_MIN   UINT64_MIN

Minimum value of an object of type uint_fast64_t

◆ UINT_FAST64_MIN [2/2]

#define UINT_FAST64_MIN   UINT64_MIN

◆ UINT_FAST8_MAX [1/2]

#define UINT_FAST8_MAX   UINT8_MAX

◆ UINT_FAST8_MAX [2/2]

#define UINT_FAST8_MAX   UINT8_MAX

Maximum value of an object of type uint_fast8_t

◆ UINT_FAST8_MIN [1/2]

#define UINT_FAST8_MIN   UINT8_MIN

Minimum value of an object of type uint_fast8_t

◆ UINT_FAST8_MIN [2/2]

#define UINT_FAST8_MIN   UINT8_MIN

◆ UINT_LEAST16_MAX [1/2]

#define UINT_LEAST16_MAX   UINT16_MAX

◆ UINT_LEAST16_MAX [2/2]

#define UINT_LEAST16_MAX   UINT16_MAX

Maximum value of an object of type uint_least16_t

◆ UINT_LEAST16_MIN [1/2]

#define UINT_LEAST16_MIN   UINT16_MIN

◆ UINT_LEAST16_MIN [2/2]

#define UINT_LEAST16_MIN   UINT16_MIN

Minimum value of an object of type uint_least16_t

◆ UINT_LEAST32_MAX [1/2]

#define UINT_LEAST32_MAX   UINT32_MAX

Maximum value of an object of type uint_least32_t

◆ UINT_LEAST32_MAX [2/2]

#define UINT_LEAST32_MAX   UINT32_MAX

◆ UINT_LEAST32_MIN [1/2]

#define UINT_LEAST32_MIN   UINT32_MIN

◆ UINT_LEAST32_MIN [2/2]

#define UINT_LEAST32_MIN   UINT32_MIN

Minimum value of an object of type uint_least32_t

◆ UINT_LEAST64_MAX [1/2]

#define UINT_LEAST64_MAX   UINT64_MAX

Maximum value of an object of type uint_least64_t

◆ UINT_LEAST64_MAX [2/2]

#define UINT_LEAST64_MAX   UINT64_MAX

◆ UINT_LEAST64_MIN [1/2]

#define UINT_LEAST64_MIN   UINT64_MIN

◆ UINT_LEAST64_MIN [2/2]

#define UINT_LEAST64_MIN   UINT64_MIN

Minimum value of an object of type uint_least64_t

◆ UINT_LEAST8_MAX [1/2]

#define UINT_LEAST8_MAX   UINT8_MAX

◆ UINT_LEAST8_MAX [2/2]

#define UINT_LEAST8_MAX   UINT8_MAX

Maximum value of an object of type uint_least8_t

◆ UINT_LEAST8_MIN [1/2]

#define UINT_LEAST8_MIN   UINT8_MIN

◆ UINT_LEAST8_MIN [2/2]

#define UINT_LEAST8_MIN   UINT8_MIN

Minimum value of an object of type uint_least8_t

◆ UINTMAX_C [1/2]

#define UINTMAX_C (   v)    (v##ULL)

◆ UINTMAX_C [2/2]

#define UINTMAX_C (   v)    (v##ULL)

Expands to an integer constant expression having the value specified by its argument and the type uintmax_t

◆ UINTMAX_MAX [1/2]

#define UINTMAX_MAX   UINT64_MAX

Maximum value of an object of type uintmax_t

◆ UINTMAX_MAX [2/2]

#define UINTMAX_MAX   UINT64_MAX

◆ UINTPTR_MAX [1/2]

#define UINTPTR_MAX   UINT32_MAX

◆ UINTPTR_MAX [2/2]

#define UINTPTR_MAX   UINT32_MAX

Maximum value of an object of type uintptr_t

◆ WCHAR_MAX

#define WCHAR_MAX   0x7fffffff

Expands to 0x7fffffff. Maximum value of object of wchar_t type

◆ WCHAR_MIN

#define WCHAR_MIN   (-WCHAR_MAX - 1)

Expands to (-WCHAR_MAX - 1). Minimum value of object of wchar_t type

◆ WINT_MAX [1/2]

#define WINT_MAX   INT32_MAX

◆ WINT_MAX [2/2]

#define WINT_MAX   INT32_MAX

Maximum value of object of wint_t type

◆ WINT_MIN [1/2]

#define WINT_MIN   INT32_MIN

Minimum value of object of wint_t type

◆ WINT_MIN [2/2]

#define WINT_MIN   INT32_MIN

Typedef Documentation

◆ int_fast16_t

fastest signed integer type with width of at least 16

◆ int_fast32_t

fastest signed integer type with width of at least 32

◆ int_fast64_t

fastest signed integer type with width of at least 64

◆ int_fast8_t

fastest signed integer type with width of at least 8

◆ int_least16_t

smallest signed integer type with width of at least 16

◆ int_least32_t

smallest signed integer type with width of at least 32

◆ int_least64_t

smallest signed integer type with width of at least 64

◆ int_least8_t

smallest signed integer type with width of at least 8

◆ uint_fast16_t

fastest unsigned integer type with width of at least 16

◆ uint_fast32_t

fastest unsigned integer type with width of at least 32

◆ uint_fast64_t

fastest unsigned integer type with width of at least 64

◆ uint_fast8_t

fastest unsigned integer type with width of at least 8

◆ uint_least16_t

smallest unsigned integer type with width of at least 16

◆ uint_least32_t

smallest unsigned integer type with width of at least 32

◆ uint_least64_t

smallest unsigned integer type with width of at least 64

◆ uint_least8_t

smallest unsigned integer type with width of at least 8