Advertisement
babusha

Untitled

Jun 12th, 2011
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1. // (C) Microsoft Corp. 1995
  2. #include "showerrorbluescreen.h"
  3. int main()
  4. {
  5. int fun1()
  6. {
  7. fun2();
  8. }
  9. int fun2()
  10. {
  11. if(rand(2) == 1
  12. showerrorbluescreen();
  13. fun1();
  14. }
  15. return 0;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement