Codebase list fastforward / HEAD trywaitp.c
HEAD

Tree @HEAD (Download .tar.gz)

trywaitp.c @HEADraw · history · blame

1
2
3
4
5
6
7
#include <sys/types.h>
#include <sys/wait.h>

void main()
{
  waitpid(0,0,0);
}