#pragma once #include #ifdef __cplusplus extern "C" { #endif __attribute__((noreturn)) void rt_panic(const char *msg); #ifdef __cplusplus } #endif