#ifndef SIGNAL_ACTION_H #define SIGNAL_ACTION_H int signal_action(int signum, void (*sighandler)(int)); #endif