#ifndef E_SIGNALS_H #define E_SIGNALS_H /* signal handler functions for e */ void e_sigseg_act(int x, siginfo_t *info, void *data); #endif