1 2 3 4 5 6 7 8
#ifndef SYS_FREEZE_H #define SYS_FREEZE_H #include "attributes.h" NORETURN void Freeze_CurrentThread(void); #endif