pstdint.h File Reference
#include <stddef.h>
#include <limits.h>
#include <signal.h>
Go to the source code of this file.
Define Documentation
| #define INT_FAST16_MAX INT_LEAST16_MAX |
| #define INT_FAST16_MIN INT_LEAST16_MIN |
| #define INT_FAST32_MAX INT_LEAST32_MAX |
| #define INT_FAST32_MIN INT_LEAST32_MIN |
| #define INT_FAST8_MAX INT_LEAST8_MAX |
| #define INT_FAST8_MIN INT_LEAST8_MIN |
| #define INT_LEAST16_MAX INT16_MAX |
| #define INT_LEAST16_MIN INT16_MIN |
| #define INT_LEAST32_MAX INT32_MAX |
| #define INT_LEAST32_MIN INT32_MIN |
| #define INT_LEAST8_MAX INT8_MAX |
| #define INT_LEAST8_MIN INT8_MIN |
| #define INTMAX_C |
( |
v |
|
) |
INT32_C(v) |
| #define INTMAX_MAX INT32_MAX |
| #define PRINTF_LEAST16_MODIFIER PRINTF_INT16_MODIFIER |
| #define PRINTF_LEAST32_MODIFIER PRINTF_INT32_MODIFIER |
| #define UINT_FAST16_MAX UINT_LEAST16_MAX |
| #define UINT_FAST32_MAX UINT_LEAST32_MAX |
| #define UINT_FAST8_MAX UINT_LEAST8_MAX |
| #define UINT_LEAST16_MAX UINT16_MAX |
| #define UINT_LEAST32_MAX UINT32_MAX |
| #define UINT_LEAST8_MAX UINT8_MAX |
| #define UINTMAX_C |
( |
v |
|
) |
UINT32_C(v) |
| #define UINTMAX_MAX UINT32_MAX |
Typedef Documentation