#ifndef HALT_H #define HALT_H #include "def.h" void freeze(); void panic(str msg); #endif