SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Typedefs
stdint.h File Reference
#include <types.h>
Include dependency graph for stdint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef signed char s8_t
 
typedef unsigned char u8_t
 
typedef signed short s16_t
 
typedef unsigned short u16_t
 
typedef signed int s32_t
 
typedef unsigned int u32_t
 
typedef signed long long s64_t
 
typedef unsigned long long u64_t
 
typedef signed long long intmax_t
 
typedef unsigned long long uintmax_t
 
typedef signed long long ptrdiff_t
 
typedef signed long long intptr_t
 
typedef unsigned long int uintptr_t
 
typedef s8_t int8_t
 
typedef u8_t uint8_t
 
typedef s16_t int16_t
 
typedef u16_t uint16_t
 
typedef s32_t int32_t
 
typedef u32_t uint32_t
 
typedef s64_t int64_t
 
typedef u64_t uint64_t
 

Typedef Documentation

◆ int16_t

typedef s16_t int16_t

◆ int32_t

typedef s32_t int32_t

◆ int64_t

typedef s64_t int64_t

◆ int8_t

typedef s8_t int8_t

◆ intmax_t

typedef signed long long intmax_t

◆ intptr_t

typedef signed long long intptr_t

◆ ptrdiff_t

typedef signed long long ptrdiff_t

◆ s16_t

typedef signed short s16_t

◆ s32_t

typedef signed int s32_t

◆ s64_t

typedef signed long long s64_t

◆ s8_t

typedef signed char s8_t

◆ u16_t

typedef unsigned short u16_t

◆ u32_t

typedef unsigned int u32_t

◆ u64_t

typedef unsigned long long u64_t

◆ u8_t

typedef unsigned char u8_t

◆ uint16_t

typedef u16_t uint16_t

◆ uint32_t

typedef u32_t uint32_t

◆ uint64_t

typedef u64_t uint64_t

◆ uint8_t

typedef u8_t uint8_t

◆ uintmax_t

typedef unsigned long long uintmax_t

◆ uintptr_t

typedef unsigned long int uintptr_t