1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/* * Copyright (c) 2017 Andrew Kelley * * This file is part of zig, which is MIT licensed. * See http://opensource.org/licenses/MIT */ #ifndef ZIG_SOFTFLOAT_HPP #define ZIG_SOFTFLOAT_HPP extern "C" { #include "softfloat.h" } #endif