Euphoria
Namespaces | Typedefs
ints.h File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

namespace  eu
 

Typedefs

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