![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include "LegacyVM.h"Go to the source code of this file.
Functions | |
| template<class S > | |
| S | divWorkaround (S const &_a, S const &_b) |
| template<class S > | |
| S | modWorkaround (S const &_a, S const &_b) |
| S divWorkaround | ( | S const & | _a, |
| S const & | _b | ||
| ) |
Definition at line 29 of file LegacyVM.cpp.
| S modWorkaround | ( | S const & | _a, |
| S const & | _b | ||
| ) |
Definition at line 34 of file LegacyVM.cpp.