#ifndef HALT_H #define HALT_H void halt(); void panic(char *msg); #endif