Fabcoin Core  0.16.2
P2P Digital Currency
Functions
VM.cpp File Reference
#include <libethereum/ExtVM.h>
#include "VMConfig.h"
#include "VM.h"
Include dependency graph for VM.cpp:

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)
 

Detailed Description

Author
Gav Wood i@gav.nosp@m.wood.nosp@m..com
Date
2014

Definition in file VM.cpp.

Function Documentation

template<class S >
S divWorkaround ( S const &  _a,
S const &  _b 
)

Definition at line 35 of file VM.cpp.

Here is the caller graph for this function:

template<class S >
S modWorkaround ( S const &  _a,
S const &  _b 
)

Definition at line 40 of file VM.cpp.

Here is the caller graph for this function: