File: trywaitp.c

package info (click to toggle)
ucspi-unix 1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 452 kB
  • sloc: ansic: 2,606; python: 535; makefile: 14; sh: 1
file content (8 lines) | stat: -rw-r--r-- 95 bytes parent folder | download
1
2
3
4
5
6
7
8
#include <sys/types.h>
#include <sys/wait.h>

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