fork(2) download
  1. #include <stdio.h>
  2.  
  3. struct safe_yoba* s1;
  4. struct unsafe_yoba* s2;
  5.  
  6. int main(void) {
  7. s1 = s2;
  8. // your code goes here
  9. return 0;
  10. }
  11.  
  12.  
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
Standard output is empty