Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Functions
examplevm.c File Reference
#include <stdlib.h>
#include <string.h>
#include "evm.h"
Include dependency graph for examplevm.c:

Go to the source code of this file.

Classes

struct  examplevm
 

Functions

int evm_set_option (struct evm_instance *evm, char const *name, char const *value)
 Example options. More...
 
struct evm_factory examplevm_get_factory ()
 Example of a function creating uninitialized instance of an example VM. More...
 

Function Documentation

int evm_set_option ( struct evm_instance evm,
char const *  name,
char const *  value 
)

Example options.

VMs are allowed to omit this function implementation.

Definition at line 22 of file examplevm.c.