Advertisement
Xioth

Bash - TD3 - 3.1.2

Jan 26th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int i=10;
  4. f(){ printf("%d\n", i++); }
  5. g(){ f();fork();f(); }
  6. main(){ g();g(); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement