Fabcoin Core
0.16.2
P2P Digital Currency
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
src
cpp-ethereum
evmjit
libevmjit
Common.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstdint>
4
5
namespace
dev
6
{
7
namespace
evmjit
8
{
9
10
using
byte
= uint8_t;
11
using
code_iterator
=
byte
const
*;
12
13
#define UNTESTED assert(false)
14
15
}
16
}
dev
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Origi...
Definition:
Arith256.cpp:15
dev::evmjit::code_iterator
byte const * code_iterator
Definition:
Common.h:11
dev::evmjit::byte
uint8_t byte
Definition:
Common.h:10
Generated on Mon Oct 22 2018 15:15:27 for Fabcoin Core by
1.8.11