evmc/examples/examplevm/examplevm.h

14 lines
262 B
C
Raw Normal View History

/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 Pawel Bylica.
* Licensed under the MIT License. See the LICENSE file.
*/
#pragma once
2018-04-18 14:22:24 +00:00
#include <evmc/evmc.h>
/**
* Creates EVMC Example VM.
*/
struct evmc_instance* evmc_create_examplevm(void);