Which library function uses kill to send any signal to the current process?
(a) getc
(b) raise
(c) catch
(d) try
This question was posed to me in unit test.
My question comes from Process Control System Calls topic in portion System Programming II – Process Control & Unix System Performance of Unix