次の行を持つコードを理解しようとしています:
void terminate_pipe(int);
code code code...
struct sigaction new_Sigiterm;
new_Sigiterm.sa_handler = terminate_pipe;
私の質問は次のとおりです。
このような関数を呼び出す意味は何ですか?
NULL
パラメータとして入れるだけですか?無効なのでどうしよ
new_Sigiterm.sa_handler
うもNULL
ない?
ありがとう。