#include "kstd/bits/os.hpp" namespace kstd::libc { extern "C" { [[noreturn]] auto abort() -> void { kstd::os::abort(); } } } // namespace kstd::libc