Completata la parte su getaddrinfo e rifatto il programma di esempio per
[gapil.git] / listati / sigchildhand.c
1     ...
2     /* install SIGCHLD handler */
3     Signal(SIGCHLD, HandSigCHLD);  /* establish handler */
4     /* create socket */
5     ...