Euphoria
ints.h File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

 eu
 

Typedefs

using eu::I64 = std::int64_t
 
using eu::I32 = std::int32_t
 
using eu::I16 = std::int16_t
 
using eu::I8 = std::int8_t
 
using eu::U64 = std::uint64_t
 
using eu::U32 = std::uint32_t
 
using eu::U16 = std::uint16_t
 
using eu::U8 = std::uint8_t