2016-10-28 4 views

答えて

0

はFYI

情報について
WIFEXITED(status) 
Description: 
Returns True if status was returned for a child that terminated normally. In this case, we can 
execute WEXITSTATUS(status) to fetch the value that the child passed to exit, _exit,or _Exit. 
+0

おかげで、終了するには、さまざまな値をPASSEできる子は、私はちょうどSIGINT、SIGUSR1 –

+0

はいのように、信号の名前を印刷する方法があるかどうかを知りたいと思いました。あなたもそれを行うことができますが、そのためにはシグナルテーブルを変更して独自のISRを追加する必要があります。 –