Iros
 
Loading...
Searching...
No Matches
stdint.h File Reference

Go to the source code of this file.

Macros

#define INT8_MIN   __INT8_MIN__
 
#define INT16_MIN   __INT16_MIN__
 
#define INT32_MIN   __INT32_MIN__
 
#define INT64_MIN   __INT64_MIN__
 
#define INT8_MAX   __INT8_MAX__
 
#define INT16_MAX   __INT16_MAX__
 
#define INT32_MAX   __INT32_MAX__
 
#define INT64_MAX   __INT64_MAX__
 
#define UINT8_MAX   __UINT8_MAX__
 
#define UINT16_MAX   __UINT16_MAX__
 
#define UINT32_MAX   __UINT32_MAX__
 
#define UINT64_MAX   __UINT64_MAX__
 
#define INT_FAST8_MIN   __INT_FAST8_MIN__
 
#define INT_FAST16_MIN   __INT_FAST16_MIN__
 
#define INT_FAST32_MIN   __INT_FAST32_MIN__
 
#define INT_FAST64_MIN   __INT_FAST64_MIN__
 
#define INT_FAST8_MAX   __INT_FAST8_MAX__
 
#define INT_FAST16_MAX   __INT_FAST16_MAX__
 
#define INT_FAST32_MAX   __INT_FAST32_MAX__
 
#define INT_FAST64_MAX   __INT_FAST64_MAX__
 
#define UINT_FAST8_MAX   __UINT_FAST8_MAX__
 
#define UINT_FAST16_MAX   __UINT_FAST16_MAX__
 
#define UINT_FAST32_MAX   __UINT_FAST32_MAX__
 
#define UINT_FAST64_MAX   __UINT_FAST64_MAX__
 
#define INT_LEAST8_MIN   __INT_LEAST8_MIN__
 
#define INT_LEAST16_MIN   __INT_LEAST16_MIN__
 
#define INT_LEAST32_MIN   __INT_LEAST32_MIN__
 
#define INT_LEAST64_MIN   __INT_LEAST64_MIN__
 
#define INT_LEAST8_MAX   __INT_LEAST8_MAX__
 
#define INT_LEAST16_MAX   __INT_LEAST16_MAX__
 
#define INT_LEAST32_MAX   __INT_LEAST32_MAX__
 
#define INT_LEAST64_MAX   __INT_LEAST64_MAX__
 

Typedefs

typedef __INT16_TYPE__ int16_t
 
typedef __INT32_TYPE__ int32_t
 
typedef __INT64_TYPE__ int64_t
 
typedef __INT_FAST8_TYPE__ int_fast8_t
 
typedef __INT_FAST16_TYPE__ int_fast16_t
 
typedef __INT_FAST32_TYPE__ int_fast32_t
 
typedef __INT_FAST64_TYPE__ int_fast64_t
 
typedef __INT_LEAST8_TYPE__ int_least8_t
 
typedef __INT_LEAST16_TYPE__ int_least16_t
 
typedef __INT_LEAST32_TYPE__ int_least32_t
 
typedef __INT_LEAST64_TYPE__ int_least64_t
 
typedef __INTMAX_TYPE__ intmax_t
 
typedef __UINT8_TYPE__ uint8_t
 
typedef __UINT16_TYPE__ uint16_t
 
typedef __UINT32_TYPE__ uint32_t
 
typedef __UINT64_TYPE__ uint64_t
 
typedef __UINT_FAST8_TYPE__ uint_fast8_t
 
typedef __UINT_FAST16_TYPE__ uint_fast16_t
 
typedef __UINT_FAST32_TYPE__ uint_fast32_t
 
typedef __UINT_FAST64_TYPE__ uint_fast64_t
 
typedef __UINT_LEAST8_TYPE__ uint_least8_t
 
typedef __UINT_LEAST16_TYPE__ uint_least16_t
 
typedef __UINT_LEAST32_TYPE__ uint_least32_t
 
typedef __UINT_LEAST64_TYPE__ uint_least64_t
 
typedef __UINTMAX_TYPE__ uintmax_t
 
typedef __UINTPTR_TYPE__ uintptr_t
 

Variables

__CCPP_BEGIN_DECLARATIONS typedef __INT8_TYPE__ int8_t
 

Macro Definition Documentation

◆ INT16_MAX

#define INT16_MAX   __INT16_MAX__

◆ INT16_MIN

#define INT16_MIN   __INT16_MIN__

◆ INT32_MAX

#define INT32_MAX   __INT32_MAX__

◆ INT32_MIN

#define INT32_MIN   __INT32_MIN__

◆ INT64_MAX

#define INT64_MAX   __INT64_MAX__

◆ INT64_MIN

#define INT64_MIN   __INT64_MIN__

◆ INT8_MAX

#define INT8_MAX   __INT8_MAX__

◆ INT8_MIN

#define INT8_MIN   __INT8_MIN__

◆ INT_FAST16_MAX

#define INT_FAST16_MAX   __INT_FAST16_MAX__

◆ INT_FAST16_MIN

#define INT_FAST16_MIN   __INT_FAST16_MIN__

◆ INT_FAST32_MAX

#define INT_FAST32_MAX   __INT_FAST32_MAX__

◆ INT_FAST32_MIN

#define INT_FAST32_MIN   __INT_FAST32_MIN__

◆ INT_FAST64_MAX

#define INT_FAST64_MAX   __INT_FAST64_MAX__

◆ INT_FAST64_MIN

#define INT_FAST64_MIN   __INT_FAST64_MIN__

◆ INT_FAST8_MAX

#define INT_FAST8_MAX   __INT_FAST8_MAX__

◆ INT_FAST8_MIN

#define INT_FAST8_MIN   __INT_FAST8_MIN__

◆ INT_LEAST16_MAX

#define INT_LEAST16_MAX   __INT_LEAST16_MAX__

◆ INT_LEAST16_MIN

#define INT_LEAST16_MIN   __INT_LEAST16_MIN__

◆ INT_LEAST32_MAX

#define INT_LEAST32_MAX   __INT_LEAST32_MAX__

◆ INT_LEAST32_MIN

#define INT_LEAST32_MIN   __INT_LEAST32_MIN__

◆ INT_LEAST64_MAX

#define INT_LEAST64_MAX   __INT_LEAST64_MAX__

◆ INT_LEAST64_MIN

#define INT_LEAST64_MIN   __INT_LEAST64_MIN__

◆ INT_LEAST8_MAX

#define INT_LEAST8_MAX   __INT_LEAST8_MAX__

◆ INT_LEAST8_MIN

#define INT_LEAST8_MIN   __INT_LEAST8_MIN__

◆ UINT16_MAX

#define UINT16_MAX   __UINT16_MAX__

◆ UINT32_MAX

#define UINT32_MAX   __UINT32_MAX__

◆ UINT64_MAX

#define UINT64_MAX   __UINT64_MAX__

◆ UINT8_MAX

#define UINT8_MAX   __UINT8_MAX__

◆ UINT_FAST16_MAX

#define UINT_FAST16_MAX   __UINT_FAST16_MAX__

◆ UINT_FAST32_MAX

#define UINT_FAST32_MAX   __UINT_FAST32_MAX__

◆ UINT_FAST64_MAX

#define UINT_FAST64_MAX   __UINT_FAST64_MAX__

◆ UINT_FAST8_MAX

#define UINT_FAST8_MAX   __UINT_FAST8_MAX__

Typedef Documentation

◆ int16_t

typedef __INT16_TYPE__ int16_t

◆ int32_t

typedef __INT32_TYPE__ int32_t

◆ int64_t

typedef __INT64_TYPE__ int64_t

◆ int_fast16_t

typedef __INT_FAST16_TYPE__ int_fast16_t

◆ int_fast32_t

typedef __INT_FAST32_TYPE__ int_fast32_t

◆ int_fast64_t

typedef __INT_FAST64_TYPE__ int_fast64_t

◆ int_fast8_t

typedef __INT_FAST8_TYPE__ int_fast8_t

◆ int_least16_t

typedef __INT_LEAST16_TYPE__ int_least16_t

◆ int_least32_t

typedef __INT_LEAST32_TYPE__ int_least32_t

◆ int_least64_t

typedef __INT_LEAST64_TYPE__ int_least64_t

◆ int_least8_t

typedef __INT_LEAST8_TYPE__ int_least8_t

◆ intmax_t

typedef __INTMAX_TYPE__ intmax_t

◆ uint16_t

typedef __UINT16_TYPE__ uint16_t

◆ uint32_t

typedef __UINT32_TYPE__ uint32_t

◆ uint64_t

typedef __UINT64_TYPE__ uint64_t

◆ uint8_t

typedef __UINT8_TYPE__ uint8_t

◆ uint_fast16_t

typedef __UINT_FAST16_TYPE__ uint_fast16_t

◆ uint_fast32_t

typedef __UINT_FAST32_TYPE__ uint_fast32_t

◆ uint_fast64_t

typedef __UINT_FAST64_TYPE__ uint_fast64_t

◆ uint_fast8_t

typedef __UINT_FAST8_TYPE__ uint_fast8_t

◆ uint_least16_t

typedef __UINT_LEAST16_TYPE__ uint_least16_t

◆ uint_least32_t

typedef __UINT_LEAST32_TYPE__ uint_least32_t

◆ uint_least64_t

typedef __UINT_LEAST64_TYPE__ uint_least64_t

◆ uint_least8_t

typedef __UINT_LEAST8_TYPE__ uint_least8_t

◆ uintmax_t

typedef __UINTMAX_TYPE__ uintmax_t

◆ uintptr_t

typedef __UINTPTR_TYPE__ uintptr_t

Variable Documentation

◆ int8_t

__CCPP_BEGIN_DECLARATIONS typedef __INT8_TYPE__ int8_t