Sample Program – Signals in C
Aug 21st, 2007 by Virendra
Contains a basic code in C about signal handling.
Point A – Signal handler is called. Since it is after fork and before pid evaluation, it will be called by both parent and child if need arises.
Point B – Parent executes this part of code.
Point C – Child executes this part of code.
