guys, I have code to handle the ctrl-c signal:
void signal_ctrl_c(void) { int pid; pid = waitpid(-1, NULL, WNOHANG); if (pid) { ft