#pragma once #if !defined(BAD_APPLE_OS_PANIC_HPP_INCLUDED) #define BAD_APPLE_OS_PANIC_HPP_INCLUDED [[noreturn]] void panic(const char* message) noexcept; [[noreturn]] void panicf(const char* format, ...) noexcept; #endif // !defined(BAD_APPLE_OS_PANIC_HPP_INCLUDED)