#ifndef _SIGNAL_HANDLERS_H_ #define _SIGNAL_HANDLERS_H_ #include extern bool interrupted; void signal_handlers_init(); #endif