solidity/solstdlib/solstdlib.src.h.in
2023-02-02 11:17:15 +01:00

14 lines
316 B
C

// The generation of this file is defined in solstdlib/CMakeLists.txt.
// This file was generated by using the content of solstdlib/src/@STDLIB_FILE_NAME@.sol.
#pragma once
namespace solidity::solstdlib
{
static char const @STDLIB_FILE_NAME@[] = {
@STDLIB_FILE_CONTENT@, 0
};
} // namespace solidity::solstdlib