15 lines
230 B
C
Raw Normal View History

2026-06-23 09:54:30 +08:00
#pragma once
#include "Baselib_ErrorCode.h"
#ifdef __cplusplus
BASELIB_C_INTERFACE
{
#endif
BASELIB_API COMPILER_NORETURN void Baselib_Process_Abort(Baselib_ErrorCode error);
#ifdef __cplusplus
} // BASELIB_C_INTERFACE
#endif