SIGINT is used to handle Ctrl+c but there is no signal for Ctrl+n and Ctrl+d, how can I handle these? Any idea?
I have a link list in my program and I have to perform some link list operations in these signal handlers. I just want to detect Ctrl+d and Ctrl+n in the normal flow of program.