#ifndef __EXCEPTIONS_H #define __EXCEPTIONS_H #include "os.h" void enter_rescue_mode(); void install_exceptions(); #endif