File abort.h File List > common > abort.h Go to the documentation of this file #pragma once #include <uipc/common/dllexport.h> namespace uipc { UIPC_CORE_API void abort() noexcept; }