types.h File Reference
#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
 

Macro Definition Documentation

◆ INT64_MAX

#define INT64_MAX   9223372036854775807LL

Definition at line 89 of file types.h.

◆ INT64_MIN

#define INT64_MIN   (-9223372036854775807LL-1LL)

Definition at line 79 of file types.h.

◆ INT_MAX

#define INT_MAX   0x7FFFFFFFL

Definition at line 70 of file types.h.

◆ NULL

#define NULL   0

Definition at line 145 of file types.h.

◆ PRId64

#define PRId64   "ld"

Definition at line 104 of file types.h.

◆ PRIu64

#define PRIu64   "lu"

Definition at line 114 of file types.h.

◆ PRIX64

#define PRIX64   "lX"

Definition at line 124 of file types.h.

◆ UINT32_MAX

#define UINT32_MAX   0xFFFFFFFFL

Definition at line 66 of file types.h.

◆ UINT32_MIN

#define UINT32_MIN   0x00000000L

Definition at line 63 of file types.h.

Typedef Documentation

◆ fd_mask

typedef unsigned long fd_mask

Definition at line 133 of file types.h.

◆ mode_t

typedef unsigned short mode_t

Definition at line 129 of file types.h.

◆ mtyp_t

typedef long mtyp_t

Definition at line 141 of file types.h.

◆ socklen_t

typedef int socklen_t

Definition at line 137 of file types.h.

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors