sending a signal to a pid c

Solutions on MaxInterview for sending a signal to a pid c by the best coders in the world

showing results for - "sending a signal to a pid c"
Gianluca
15 Sep 2020
1#include <signal.h>
2
3kill(pid, sig_type);