s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
trywaitp.c
Go to the documentation of this file.
1#include <sys/types.h>
2#include <sys/wait.h>
3
4int main()
5{
6 waitpid(0,0,0);
7}
int main()
Definition: trywaitp.c:4