[Krafton Jungle] PintOS 2.0.0
크래프톤 정글 PintOS
 
Loading...
Searching...
No Matches
stdint.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define INT8_MAX   127
 
#define INT8_MIN   (-INT8_MAX - 1)
 
#define INT16_MAX   32767
 
#define INT16_MIN   (-INT16_MAX - 1)
 
#define INT32_MAX   2147483647
 
#define INT32_MIN   (-INT32_MAX - 1)
 
#define INT64_MAX   9223372036854775807LL
 
#define INT64_MIN   (-INT64_MAX - 1)
 
#define UINT8_MAX   255
 
#define UINT16_MAX   65535
 
#define UINT32_MAX   4294967295U
 
#define UINT64_MAX   18446744073709551615ULL
 
#define INTPTR_MIN   INT64_MIN
 
#define INTPTR_MAX   INT64_MAX
 
#define UINTPTR_MAX   UINT64_MAX
 
#define INTMAX_MIN   INT64_MIN
 
#define INTMAX_MAX   INT64_MAX
 
#define UINTMAX_MAX   UINT64_MAX
 
#define PTRDIFF_MIN   INT32_MIN
 
#define PTRDIFF_MAX   INT32_MAX
 
#define SIZE_MAX   UINT32_MAX
 

Typedefs

typedef signed char int8_t
 
typedef signed short int int16_t
 
typedef signed int int32_t
 
typedef signed long long int int64_t
 
typedef unsigned char uint8_t
 
typedef unsigned short int uint16_t
 
typedef unsigned int uint32_t
 
typedef unsigned long long int uint64_t
 
typedef int64_t intptr_t
 
typedef uint64_t uintptr_t
 
typedef int64_t intmax_t
 
typedef uint64_t uintmax_t
 

Macro Definition Documentation

◆ INT16_MAX

#define INT16_MAX   32767

◆ INT16_MIN

#define INT16_MIN   (-INT16_MAX - 1)

◆ INT32_MAX

#define INT32_MAX   2147483647

◆ INT32_MIN

#define INT32_MIN   (-INT32_MAX - 1)

◆ INT64_MAX

#define INT64_MAX   9223372036854775807LL

◆ INT64_MIN

#define INT64_MIN   (-INT64_MAX - 1)

◆ INT8_MAX

#define INT8_MAX   127

◆ INT8_MIN

#define INT8_MIN   (-INT8_MAX - 1)

◆ INTMAX_MAX

#define INTMAX_MAX   INT64_MAX

◆ INTMAX_MIN

#define INTMAX_MIN   INT64_MIN

◆ INTPTR_MAX

#define INTPTR_MAX   INT64_MAX

◆ INTPTR_MIN

#define INTPTR_MIN   INT64_MIN

◆ PTRDIFF_MAX

#define PTRDIFF_MAX   INT32_MAX

◆ PTRDIFF_MIN

#define PTRDIFF_MIN   INT32_MIN

◆ SIZE_MAX

#define SIZE_MAX   UINT32_MAX

◆ UINT16_MAX

#define UINT16_MAX   65535

◆ UINT32_MAX

#define UINT32_MAX   4294967295U

◆ UINT64_MAX

#define UINT64_MAX   18446744073709551615ULL

◆ UINT8_MAX

#define UINT8_MAX   255

◆ UINTMAX_MAX

#define UINTMAX_MAX   UINT64_MAX

◆ UINTPTR_MAX

#define UINTPTR_MAX   UINT64_MAX

Typedef Documentation

◆ int16_t

typedef signed short int int16_t

◆ int32_t

typedef signed int int32_t

◆ int64_t

typedef signed long long int int64_t

◆ int8_t

typedef signed char int8_t

◆ intmax_t

typedef int64_t intmax_t

◆ intptr_t

typedef int64_t intptr_t

◆ uint16_t

typedef unsigned short int uint16_t

◆ uint32_t

typedef unsigned int uint32_t

◆ uint64_t

typedef unsigned long long int uint64_t

◆ uint8_t

typedef unsigned char uint8_t

◆ uintmax_t

◆ uintptr_t