Advertisement
tinyevil

Untitled

Jul 27th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. void foo(){
  2. MyStruct obj;
  3.  
  4. if ( config ){
  5. obj = {
  6. one...
  7. };
  8. }else{
  9. obj = {
  10. two...
  11. };
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement