Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. void foo() {
  2.     if (a) {
  3.         bar();
  4.     }
  5.     else if (b) {
  6.         bar2();
  7.     }
  8.     else {
  9.         bar3();
  10.     }
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement