mirror of
https://github.com/status-im/evmc.git
synced 2025-02-24 17:08:26 +00:00
12 lines
288 B
C
12 lines
288 B
C
/* EVMC: Ethereum Client-VM Connector API.
|
|
* Copyright 2018-2019 The EVMC Authors.
|
|
* Licensed under the Apache License, Version 2.0.
|
|
*/
|
|
|
|
/* Test compilation of C public headers. */
|
|
|
|
#include <evmc/evmc.h>
|
|
#include <evmc/instructions.h>
|
|
#include <evmc/loader.h>
|
|
#include <evmc/utils.h>
|