Guest User

Untitled

a guest
Feb 18th, 2016
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. if (OK != yoba())
  2. {
  3.     log("pizdez 1");
  4. }
  5. int status;
  6. double res = bla(&status);
  7. if (!status)
  8. {
  9.     log("bla pizdec");
  10. }
  11. int result = youbayouba(res);
  12. if (!~result)
  13. {
  14.     std::exit(EXIT_FAILURE);
  15. }
Advertisement
Add Comment
Please, Sign In to add comment