fork(1) download
  1. #include <stdio.h>
  2.  
  3. #include <stdlib.h>
  4. #include <iostream>
  5.  
  6. using namespace std;
  7.  
  8.  
  9.  
  10.  
  11. int main()
  12. {
  13.  
  14. void *a;
  15. cout << "\n"<<sizeof(void)<<endl;
  16.  
  17.  
  18. return 0;
  19. }
  20.  
Success #stdin #stdout 0s 3412KB
stdin
Standard input is empty
stdout
1