#ifndef __CS361_SIGNALS_H__ #define __CS361_SIGNALS_H__ void override (char *); int signal_lookup (char *); #endif