#include <cstdint>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
#define | UINT32_MIN 0x00000000L |
#define | UINT32_MAX 0xFFFFFFFFL |
#define | INT_MAX 0x7FFFFFFFL |
#define | INT64_MIN (-9223372036854775807LL-1LL) |
#define | INT64_MAX 9223372036854775807LL |
#define | PRId64 "ld" |
#define | PRIu64 "lu" |
#define | PRIX64 "lX" |
#define | NULL 0 |
Typedefs | |
typedef unsigned short | mode_t |
typedef unsigned long | fd_mask |
typedef int | socklen_t |
typedef long | mtyp_t |