CatchIfDefault
CatchIfDefault(SIGINT, handle_SIGINT);
CatchIfDefault(SIGTERM, handle_SIGINT);
CatchIfDefault(SIGWINCH, handle_SIGWINCH);