|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#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>

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 |
| #define __WORDSIZE 32 |
| #define __WORDSIZE 32 |
| #define INT16_C | ( | v | ) | (v) |
| #define INT16_C | ( | v | ) | (v) |
Expands to an integer constant expression having the value specified by its argument and the type int_least16_t
| #define INT16_MAX 32767 |
| #define INT16_MAX 32767 |
Expands to 32767. Maximum value of an object of type int16_t
| #define INT16_MIN -32768 |
| #define INT16_MIN -32768 |
Expands to -32768. Minimum value of an object of type int16_t
| #define INT32_C | ( | v | ) | (v) |
| #define INT32_C | ( | v | ) | (v) |
Expands to an integer constant expression having the value specified by its argument and the type int_least32_t
| #define INT32_MAX 2147483647 |
| #define INT32_MAX 2147483647 |
Expands to 2147483647. Maximum value of an object of type int32_t
| #define INT32_MIN (-INT32_MAX - 1) |
Expands to (-INT32_MAX - 1). Minimum value of an object of type int32_t
| #define INT32_MIN (-INT32_MAX - 1) |
| #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
| #define INT64_C | ( | v | ) | (v##LL) |
| #define INT64_MAX 9223372036854775807LL |
| #define INT64_MAX 9223372036854775807LL |
Expands to 9223372036854775807LL. Maximum value of an object of type int64_t
| #define INT64_MIN (-INT64_MAX - 1) |
Expands to (-INT64_MAX - 1). Minimum value of an object of type int64_t
| #define INT64_MIN (-INT64_MAX - 1) |
| #define INT8_C | ( | v | ) | (v) |
| #define INT8_C | ( | v | ) | (v) |
Expands to an integer constant expression having the value specified by its argument and the type int_least8_t
| #define INT8_MAX 127 |
Expands to 127. Maximum value of an object of type int8_t
| #define INT8_MAX 127 |
| #define INT8_MIN -128 |
| #define INT8_MIN -128 |
Expands to -128. Minimum value of an object of type int8_t
| #define INT_FAST16_MAX INT32_MAX |
Maximum value of an object of type int_fast16_t
| #define INT_FAST16_MAX INT32_MAX |
| #define INT_FAST16_MIN INT32_MIN |
| #define INT_FAST16_MIN INT32_MIN |
Minimum value of an object of type int_fast16_t
| #define INT_FAST32_MAX INT32_MAX |
Maximum value of an object of type int_fast32_t
| #define INT_FAST32_MAX INT32_MAX |
| #define INT_FAST32_MIN INT32_MIN |
| #define INT_FAST32_MIN INT32_MIN |
Minimum value of an object of type int_fast32_t
| #define INT_FAST64_MAX INT64_MAX |
Maximum value of an object of type int_fast64_t
| #define INT_FAST64_MAX INT64_MAX |
| #define INT_FAST64_MIN INT64_MIN |
Minimum value of an object of type int_fast64_t
| #define INT_FAST64_MIN INT64_MIN |
| #define INT_FAST8_MAX INT8_MAX |
Maximum value of an object of type int_fast8_t
| #define INT_FAST8_MAX INT8_MAX |
| #define INT_FAST8_MIN INT8_MIN |
| #define INT_FAST8_MIN INT8_MIN |
Minimum value of an object of type int_fast8_t
| #define INT_LEAST16_MAX INT16_MAX |
Maximum value of an object of type int_least16_t
| #define INT_LEAST16_MAX INT16_MAX |
| #define INT_LEAST16_MIN INT16_MIN |
| #define INT_LEAST16_MIN INT16_MIN |
Minimum value of an object of type int_least16_t
| #define INT_LEAST32_MAX INT32_MAX |
| #define INT_LEAST32_MAX INT32_MAX |
Maximum value of an object of type int_least32_t
| #define INT_LEAST32_MIN INT32_MIN |
Minimum value of an object of type int_least32_t
| #define INT_LEAST32_MIN INT32_MIN |
| #define INT_LEAST64_MAX INT64_MAX |
| #define INT_LEAST64_MAX INT64_MAX |
Maximum value of an object of type int_least64_t
| #define INT_LEAST64_MIN INT64_MIN |
Minimum value of an object of type int_least64_t
| #define INT_LEAST64_MIN INT64_MIN |
| #define INT_LEAST8_MAX INT8_MAX |
| #define INT_LEAST8_MAX INT8_MAX |
Maximum value of an object of type uint_least8_t
| #define INT_LEAST8_MIN INT8_MIN |
| #define INT_LEAST8_MIN INT8_MIN |
Minimum value of an object of type int_least8_t
| #define INTMAX_C | ( | v | ) | (v##LL) |
Expands to an integer constant expression having the value specified by its argument and the type intmax_t
| #define INTMAX_C | ( | v | ) | (v##LL) |
| #define INTMAX_MAX INT64_MAX |
Maximum value of an object of type intmax_t
| #define INTMAX_MAX INT64_MAX |
| #define INTMAX_MIN INT64_MIN |
| #define INTMAX_MIN INT64_MIN |
Minimum value of an object of type intmax_t
| #define INTPTR_MAX INT32_MAX |
Maximum value of an object of type intptr_t
| #define INTPTR_MAX INT32_MAX |
| #define INTPTR_MIN INT32_MIN |
Minimum value of an object of type intptr_t
| #define INTPTR_MIN INT32_MIN |
| #define PTRDIFF_MAX INT32_MAX |
Maximum value of an object of type ptrdiff_t
| #define PTRDIFF_MAX INT32_MAX |
| #define PTRDIFF_MIN INT32_MIN |
| #define PTRDIFF_MIN INT32_MIN |
Minimum value of an object of type ptrdiff_t
| #define SIG_ATOMIC_MAX INT32_MAX |
Maximum value of object of sig_atomic_t type
| #define SIG_ATOMIC_MAX INT32_MAX |
| #define SIG_ATOMIC_MIN INT32_MIN |
| #define SIG_ATOMIC_MIN INT32_MIN |
Minimum value of object of sig_atomic_t type
| #define SIZE_MAX UINT32_MAX |
Maximum value of object of size_t type
| #define SIZE_MAX UINT32_MAX |
| #define STDINT_H_ |
| #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
| #define UINT16_C | ( | v | ) | (v##U) |
| #define UINT16_MAX 65535 |
| #define UINT16_MAX 65535 |
Expands to 65535. Maximum value of an object of type uint16_t
| #define UINT32_C | ( | v | ) | (v##U) |
| #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
| #define UINT32_MAX 4294967295U |
| #define UINT32_MAX 4294967295U |
Expands to 4294967295U. Maximum value of an object of type uint32_t
| #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
| #define UINT64_C | ( | v | ) | (v##ULL) |
| #define UINT64_MAX 18446744073709551615ULL |
| #define UINT64_MAX 18446744073709551615ULL |
Expands to 18446744073709551615ULL. Maximum value of an object of type uint64_t
| #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
| #define UINT8_C | ( | v | ) | (v##U) |
| #define UINT8_MAX 255 |
| #define UINT8_MAX 255 |
Expands to 255. Maximum value of an object of type uint8_t
| #define UINT_FAST16_MAX UINT32_MAX |
Maximum value of an object of type uint_fast16_t
| #define UINT_FAST16_MAX UINT32_MAX |
| #define UINT_FAST16_MIN UINT32_MIN |
Minimum value of an object of type uint_fast16_t
| #define UINT_FAST16_MIN UINT32_MIN |
| #define UINT_FAST32_MAX UINT32_MAX |
Maximum value of an object of type uint_fast32_t
| #define UINT_FAST32_MAX UINT32_MAX |
| #define UINT_FAST32_MIN UINT32_MIN |
Minimum value of an object of type uint_fast32_t
| #define UINT_FAST32_MIN UINT32_MIN |
| #define UINT_FAST64_MAX UINT64_MAX |
| #define UINT_FAST64_MAX UINT64_MAX |
Maximum value of an object of type uint_fast64_t
| #define UINT_FAST64_MIN UINT64_MIN |
Minimum value of an object of type uint_fast64_t
| #define UINT_FAST64_MIN UINT64_MIN |
| #define UINT_FAST8_MAX UINT8_MAX |
| #define UINT_FAST8_MAX UINT8_MAX |
Maximum value of an object of type uint_fast8_t
| #define UINT_FAST8_MIN UINT8_MIN |
Minimum value of an object of type uint_fast8_t
| #define UINT_FAST8_MIN UINT8_MIN |
| #define UINT_LEAST16_MAX UINT16_MAX |
| #define UINT_LEAST16_MAX UINT16_MAX |
Maximum value of an object of type uint_least16_t
| #define UINT_LEAST16_MIN UINT16_MIN |
| #define UINT_LEAST16_MIN UINT16_MIN |
Minimum value of an object of type uint_least16_t
| #define UINT_LEAST32_MAX UINT32_MAX |
Maximum value of an object of type uint_least32_t
| #define UINT_LEAST32_MAX UINT32_MAX |
| #define UINT_LEAST32_MIN UINT32_MIN |
| #define UINT_LEAST32_MIN UINT32_MIN |
Minimum value of an object of type uint_least32_t
| #define UINT_LEAST64_MAX UINT64_MAX |
Maximum value of an object of type uint_least64_t
| #define UINT_LEAST64_MAX UINT64_MAX |
| #define UINT_LEAST64_MIN UINT64_MIN |
| #define UINT_LEAST64_MIN UINT64_MIN |
Minimum value of an object of type uint_least64_t
| #define UINT_LEAST8_MAX UINT8_MAX |
| #define UINT_LEAST8_MAX UINT8_MAX |
Maximum value of an object of type uint_least8_t
| #define UINT_LEAST8_MIN UINT8_MIN |
| #define UINT_LEAST8_MIN UINT8_MIN |
Minimum value of an object of type uint_least8_t
| #define UINTMAX_C | ( | v | ) | (v##ULL) |
| #define UINTMAX_C | ( | v | ) | (v##ULL) |
Expands to an integer constant expression having the value specified by its argument and the type uintmax_t
| #define UINTMAX_MAX UINT64_MAX |
Maximum value of an object of type uintmax_t
| #define UINTMAX_MAX UINT64_MAX |
| #define UINTPTR_MAX UINT32_MAX |
| #define UINTPTR_MAX UINT32_MAX |
Maximum value of an object of type uintptr_t
| #define WCHAR_MAX 0x7fffffff |
Expands to 0x7fffffff. Maximum value of object of wchar_t type
| #define WCHAR_MIN (-WCHAR_MAX - 1) |
Expands to (-WCHAR_MAX - 1). Minimum value of object of wchar_t type
| #define WINT_MAX INT32_MAX |
| #define WINT_MAX INT32_MAX |
Maximum value of object of wint_t type
| #define WINT_MIN INT32_MIN |
Minimum value of object of wint_t type
| #define WINT_MIN INT32_MIN |
| typedef int32_t int_fast16_t |
fastest signed integer type with width of at least 16
| typedef int32_t int_fast32_t |
fastest signed integer type with width of at least 32
| typedef int64_t int_fast64_t |
fastest signed integer type with width of at least 64
| typedef int8_t int_fast8_t |
fastest signed integer type with width of at least 8
| typedef int16_t int_least16_t |
smallest signed integer type with width of at least 16
| typedef int32_t int_least32_t |
smallest signed integer type with width of at least 32
| typedef int64_t int_least64_t |
smallest signed integer type with width of at least 64
| typedef int8_t int_least8_t |
smallest signed integer type with width of at least 8
| typedef uint32_t uint_fast16_t |
fastest unsigned integer type with width of at least 16
| typedef uint32_t uint_fast32_t |
fastest unsigned integer type with width of at least 32
| typedef uint64_t uint_fast64_t |
fastest unsigned integer type with width of at least 64
| typedef uint8_t uint_fast8_t |
fastest unsigned integer type with width of at least 8
| typedef uint16_t uint_least16_t |
smallest unsigned integer type with width of at least 16
| typedef uint32_t uint_least32_t |
smallest unsigned integer type with width of at least 32
| typedef uint64_t uint_least64_t |
smallest unsigned integer type with width of at least 64
| typedef uint8_t uint_least8_t |
smallest unsigned integer type with width of at least 8
1.8.15