|
GBDK 2020 Docs
API Documentation for GBDK 2020
|
Go to the source code of this file.
Macros | |
| #define | INT8_MIN (-128) |
| #define | INT16_MIN (-32767-1) |
| #define | INT32_MIN (-2147483647L-1) |
| #define | INT8_MAX (127) |
| #define | INT16_MAX (32767) |
| #define | INT32_MAX (2147483647L) |
| #define | UINT8_MAX (255) |
| #define | UINT16_MAX (65535) |
| #define | UINT32_MAX (4294967295UL) |
| #define | INT_LEAST8_MIN INT8_MIN |
| #define | INT_LEAST16_MIN INT16_MIN |
| #define | INT_LEAST32_MIN INT32_MIN |
| #define | INT_LEAST8_MAX INT8_MAX |
| #define | INT_LEAST16_MAX INT16_MAX |
| #define | INT_LEAST32_MAX INT32_MAX |
| #define | UINT_LEAST8_MAX UINT8_MAX |
| #define | UINT_LEAST16_MAX UINT16_MAX |
| #define | UINT_LEAST32_MAX UINT32_MAX |
| #define | INT_FAST8_MIN INT8_MIN |
| #define | INT_FAST16_MIN INT16_MIN |
| #define | INT_FAST32_MIN INT32_MIN |
| #define | INT_FAST8_MAX INT8_MAX |
| #define | INT_FAST16_MAX INT16_MAX |
| #define | INT_FAST32_MAX INT32_MAX |
| #define | UINT_FAST8_MAX UINT8_MAX |
| #define | UINT_FAST16_MAX UINT16_MAX |
| #define | UINT_FAST32_MAX UINT32_MAX |
| #define | INTPTR_MIN (-32767-1) |
| #define | INTPTR_MAX (32767) |
| #define | UINTPTR_MAX (65535) |
| #define | INTMAX_MIN (-2147483647L-1) |
| #define | INTMAX_MAX (2147483647L) |
| #define | UINTMAX_MAX (4294967295UL) |
| #define | PTRDIFF_MIN (-32767-1) |
| #define | PTRDIFF_MAX (32767) |
| #define | SIG_ATOMIC_MIN (0) |
| #define | SIG_ATOMIC_MAX (255) |
| #define | SIZE_MAX (65535u) |
| #define | INT8_C(c) c |
| #define | INT16_C(c) c |
| #define | INT32_C(c) c ## L |
| #define | UINT8_C(c) c ## U |
| #define | UINT16_C(c) c ## U |
| #define | UINT32_C(c) c ## UL |
| #define | WCHAR_MIN 0 |
| #define | WCHAR_MAX 0xffffffff |
| #define | WINT_MIN 0 |
| #define | WINT_MAX 0xffffffff |
| #define | INTMAX_C(c) c ## L |
| #define | UINTMAX_C(c) c ## UL |
Typedefs | |
| typedef signed char | int8_t |
| typedef short int | int16_t |
| typedef long int | int32_t |
| typedef unsigned char | uint8_t |
| typedef unsigned short int | uint16_t |
| typedef unsigned long int | uint32_t |
| typedef signed char | int_least8_t |
| typedef short int | int_least16_t |
| typedef long int | int_least32_t |
| typedef unsigned char | uint_least8_t |
| typedef unsigned short int | uint_least16_t |
| typedef unsigned long int | uint_least32_t |
| typedef signed char | int_fast8_t |
| typedef int | int_fast16_t |
| typedef long int | int_fast32_t |
| typedef unsigned char | uint_fast8_t |
| typedef unsigned int | uint_fast16_t |
| typedef unsigned long int | uint_fast32_t |
| typedef int | intptr_t |
| typedef unsigned int | uintptr_t |
| typedef long int | intmax_t |
| typedef unsigned long int | uintmax_t |
| #define INT8_MIN (-128) |
| #define INT16_MIN (-32767-1) |
| #define INT32_MIN (-2147483647L-1) |
| #define INT8_MAX (127) |
| #define INT16_MAX (32767) |
| #define INT32_MAX (2147483647L) |
| #define UINT8_MAX (255) |
| #define UINT16_MAX (65535) |
| #define UINT32_MAX (4294967295UL) |
| #define INT_LEAST8_MIN INT8_MIN |
| #define INT_LEAST16_MIN INT16_MIN |
| #define INT_LEAST32_MIN INT32_MIN |
| #define INT_LEAST8_MAX INT8_MAX |
| #define INT_LEAST16_MAX INT16_MAX |
| #define INT_LEAST32_MAX INT32_MAX |
| #define UINT_LEAST8_MAX UINT8_MAX |
| #define UINT_LEAST16_MAX UINT16_MAX |
| #define UINT_LEAST32_MAX UINT32_MAX |
| #define INT_FAST8_MIN INT8_MIN |
| #define INT_FAST16_MIN INT16_MIN |
| #define INT_FAST32_MIN INT32_MIN |
| #define INT_FAST8_MAX INT8_MAX |
| #define INT_FAST16_MAX INT16_MAX |
| #define INT_FAST32_MAX INT32_MAX |
| #define UINT_FAST8_MAX UINT8_MAX |
| #define UINT_FAST16_MAX UINT16_MAX |
| #define UINT_FAST32_MAX UINT32_MAX |
| #define INTPTR_MIN (-32767-1) |
| #define INTPTR_MAX (32767) |
| #define UINTPTR_MAX (65535) |
| #define INTMAX_MIN (-2147483647L-1) |
| #define INTMAX_MAX (2147483647L) |
| #define UINTMAX_MAX (4294967295UL) |
| #define PTRDIFF_MIN (-32767-1) |
| #define PTRDIFF_MAX (32767) |
| #define SIG_ATOMIC_MIN (0) |
| #define SIG_ATOMIC_MAX (255) |
| #define SIZE_MAX (65535u) |
| #define WCHAR_MIN 0 |
| #define WCHAR_MAX 0xffffffff |
| #define WINT_MIN 0 |
| #define WINT_MAX 0xffffffff |
| typedef signed char int8_t |
| typedef short int int16_t |
| typedef long int int32_t |
| typedef unsigned char uint8_t |
| typedef unsigned short int uint16_t |
| typedef unsigned long int uint32_t |
| typedef signed char int_least8_t |
| typedef short int int_least16_t |
| typedef long int int_least32_t |
| typedef unsigned char uint_least8_t |
| typedef unsigned short int uint_least16_t |
| typedef unsigned long int uint_least32_t |
| typedef signed char int_fast8_t |
| typedef int int_fast16_t |
| typedef long int int_fast32_t |
| typedef unsigned char uint_fast8_t |
| typedef unsigned int uint_fast16_t |
| typedef unsigned long int uint_fast32_t |
| typedef int intptr_t |
| typedef unsigned int uintptr_t |
| typedef long int intmax_t |
| typedef unsigned long int uintmax_t |