busy.c 88 B

12345678910
  1. volatile int i;
  2. main()
  3. {
  4. nice(10);
  5. for (;;) getppid();
  6. //for (;;) i++;
  7. exit(i);
  8. }