Numworks Epsilon  1.4.1
Graphing Calculator Operating System
stdint.h File Reference

Go to the source code of this file.

Macros

#define UINT64_C(c)   c ## ULL
 
#define INT64_C(c)   c ## LL
 

Typedefs

typedef unsigned char uint8_t
 
typedef unsigned short uint16_t
 
typedef unsigned int uint32_t
 
typedef unsigned long long uint64_t
 
typedef signed char int8_t
 
typedef signed short int16_t
 
typedef signed int int32_t
 
typedef signed long long int64_t
 
typedef unsigned int uintptr_t
 
typedef signed int intptr_t
 
typedef uint32_t uint_fast8_t
 
typedef uint32_t uint_fast16_t
 
typedef uint32_t uint_fast32_t
 
typedef uint64_t uint_fast64_t
 
typedef int32_t int_fast8_t
 
typedef int32_t int_fast16_t
 
typedef int32_t int_fast32_t
 
typedef int64_t int_fast64_t
 
typedef uint8_t uint_least8_t
 

Macro Definition Documentation

◆ INT64_C

#define INT64_C (   c)    c ## LL

Definition at line 30 of file stdint.h.

◆ UINT64_C

#define UINT64_C (   c)    c ## ULL

Definition at line 29 of file stdint.h.

Typedef Documentation

◆ int16_t

typedef signed short int16_t

Definition at line 10 of file stdint.h.

◆ int32_t

typedef signed int int32_t

Definition at line 11 of file stdint.h.

◆ int64_t

typedef signed long long int64_t

Definition at line 12 of file stdint.h.

◆ int8_t

typedef signed char int8_t

Definition at line 9 of file stdint.h.

◆ int_fast16_t

Definition at line 23 of file stdint.h.

◆ int_fast32_t

Definition at line 24 of file stdint.h.

◆ int_fast64_t

Definition at line 25 of file stdint.h.

◆ int_fast8_t

Definition at line 22 of file stdint.h.

◆ intptr_t

typedef signed int intptr_t

Definition at line 15 of file stdint.h.

◆ uint16_t

typedef unsigned short uint16_t

Definition at line 5 of file stdint.h.

◆ uint32_t

typedef unsigned int uint32_t

Definition at line 6 of file stdint.h.

◆ uint64_t

typedef unsigned long long uint64_t

Definition at line 7 of file stdint.h.

◆ uint8_t

typedef unsigned char uint8_t

Definition at line 4 of file stdint.h.

◆ uint_fast16_t

Definition at line 18 of file stdint.h.

◆ uint_fast32_t

Definition at line 19 of file stdint.h.

◆ uint_fast64_t

Definition at line 20 of file stdint.h.

◆ uint_fast8_t

Definition at line 17 of file stdint.h.

◆ uint_least8_t

Definition at line 27 of file stdint.h.

◆ uintptr_t

typedef unsigned int uintptr_t

Definition at line 14 of file stdint.h.