fork(1) download
  1. #include <stdio.h>
  2.  
  3. main()
  4.  
  5. {
  6.  
  7. if (sizeof(int) > -1)
  8.  
  9. printf("True");
  10.  
  11. else
  12.  
  13. printf("False");
  14.  
  15. }
Success #stdin #stdout 0s 3340KB
stdin
Standard input is empty
stdout
False