Hello,
I use eclipse C with ubuntu.
I would like to Implement a ctrl-z interrupt by sigint. In the ubuntu's shell it works properly, however by running the same program with eclipse the interrupt does not respond in the console.
What can be done to solve that?