nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

trywaitp.c (113B)


      1 #include <sys/types.h>
      2 #include <sys/wait.h>
      3 #include <stddef.h>
      4 
      5 int main(void)
      6 {
      7   return waitpid(0,NULL,0);
      8 }