LF OS
Hobby operating system for amd64 with high ambitions
Loading...
Searching...
No Matches
stdint.h
Go to the documentation of this file.
1typedef unsigned long long uint64_t;
2typedef unsigned int uint32_t;
3typedef unsigned short uint16_t;
4typedef unsigned char uint8_t;
5
6typedef long long int64_t;
7typedef int int32_t;
8typedef short int16_t;
9typedef char int8_t;
10
11typedef void* ptr_t;
uint64_t ptr_t
Definition arch.h:17
unsigned long uint64_t
Definition arch.h:14
ptr_t intptr_t
Definition stdint.h:12
uint64_t size_t
Definition stdint.h:13
unsigned short uint16_t
Definition stdint.h:3
void * ptr_t
Definition stdint.h:11
int int32_t
Definition stdint.h:7
unsigned int uint32_t
Definition stdint.h:2
long long int64_t
Definition stdint.h:6
short int16_t
Definition stdint.h:8
unsigned long long uint64_t
Definition stdint.h:1
unsigned char uint8_t
Definition stdint.h:4
char int8_t
Definition stdint.h:9