LF OS
Hobby operating system for amd64 with high ambitions
Loading...
Searching...
No Matches
stdint.h File Reference

(7c4d7d1 userspace/term: change eyecandy inclusion to use objcopy instead of xxd)

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned long long uint64_t
 
typedef unsigned int uint32_t
 
typedef unsigned short uint16_t
 
typedef unsigned char uint8_t
 
typedef long long int64_t
 
typedef int int32_t
 
typedef short int16_t
 
typedef char int8_t
 
typedef void * ptr_t
 
typedef ptr_t intptr_t
 
typedef uint64_t size_t
 

Typedef Documentation

◆ int16_t

typedef short int16_t

Definition at line 8 of file stdint.h.

◆ int32_t

typedef int int32_t

Definition at line 7 of file stdint.h.

◆ int64_t

typedef long long int64_t

Definition at line 6 of file stdint.h.

◆ int8_t

typedef char int8_t

Definition at line 9 of file stdint.h.

◆ intptr_t

typedef ptr_t intptr_t

Definition at line 12 of file stdint.h.

◆ ptr_t

typedef void* ptr_t

Definition at line 11 of file stdint.h.

◆ size_t

typedef uint64_t size_t

Definition at line 13 of file stdint.h.

◆ uint16_t

typedef unsigned short uint16_t

Definition at line 3 of file stdint.h.

◆ uint32_t

typedef unsigned int uint32_t

Definition at line 2 of file stdint.h.

◆ uint64_t

typedef unsigned long long uint64_t

Definition at line 1 of file stdint.h.

◆ uint8_t

typedef unsigned char uint8_t

Definition at line 4 of file stdint.h.