Iros
 
Loading...
Searching...
No Matches
limine.h File Reference
#include "di/platform/compiler.h"
#include "di/types/prelude.h"
#include <limine.h>

Go to the source code of this file.

Macros

#define _LIBCPP_STDINT_H
 
#define _GCC_WRAP_STDINT_H
 
#define _STDINT_H
 

Typedefs

using uint8_t = u8
 
using uint16_t = u16
 
using uint32_t = u32
 
using uint64_t = u64
 
using int8_t = i8
 
using int16_t = i16
 
using int32_t = i32
 
using int64_t = i64
 

Macro Definition Documentation

◆ _GCC_WRAP_STDINT_H

#define _GCC_WRAP_STDINT_H

◆ _LIBCPP_STDINT_H

#define _LIBCPP_STDINT_H

◆ _STDINT_H

#define _STDINT_H

Typedef Documentation

◆ int16_t

using int16_t = i16

◆ int32_t

using int32_t = i32

◆ int64_t

using int64_t = i64

◆ int8_t

using int8_t = i8

◆ uint16_t

using uint16_t = u16

◆ uint32_t

using uint32_t = u32

◆ uint64_t

using uint64_t = u64

◆ uint8_t

using uint8_t = u8