Codebase list fastforward / 6d5aa91c-c568-4c98-815f-d09400fd86fb/main trywaitp.c
6d5aa91c-c568-4c98-815f-d09400fd86fb/main

Tree @6d5aa91c-c568-4c98-815f-d09400fd86fb/main (Download .tar.gz)

trywaitp.c @6d5aa91c-c568-4c98-815f-d09400fd86fb/mainraw · history · blame

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

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