evmc/examples/examplevm.h

15 lines
318 B
C
Raw Normal View History

/* EVMC: Ethereum Client-VM Connector API.
2018-08-21 07:44:18 +00:00
* Copyright 2018 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
*/
#pragma once
2018-04-18 14:22:24 +00:00
#include <evmc/evmc.h>
2018-06-25 16:39:34 +00:00
#include <evmc/utils.h>
/**
* Creates EVMC Example VM.
*/
2018-06-25 16:39:34 +00:00
EVMC_EXPORT struct evmc_instance* evmc_create_examplevm(void);