fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. char ch;
  5. for(ch=1;ch>=0;ch++);
  6. printf("%d",ch);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0.01s 5284KB
stdin
Standard input is empty
stdout
-128