Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #ifndef foo
  2. #define foo 1
  3. #endif
  4.  
  5. #if foo == 1
  6. <code here>
  7. #elif foo == 2
  8. <code here>
  9. #else
  10. <code here>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement