7e73bfacc410f8a6d3dc1775d8134fd9893506b7
[ezmlm] / trywaitp.c
1 #include <sys/types.h>
2 #include <sys/wait.h>
3
4 void main()
5 {
6 waitpid(0,0,0);
7 }