1 2 3 4 5 6 7 8 9
#ifndef HALT_H #define HALT_H #include "def.h" void freeze(); void panic(str msg); #endif