Modifiche al server di echo per introdurre le stampe di debugging e la
[gapil.git] / listati / sigchildhand.c
1     ...
2     /* install SIGCHLD handler */
3     Signal(SIGCHLD, HandSigCHLD);  /* establish handler */
4     /* create socket */
5     ...