Guest User

Untitled

a guest
Jan 23rd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. struct FLAG {
  2.  
  3. bool uflag;
  4. bool vflag;
  5. char *wflag;
  6. int xflag;
  7. double yflag;
  8. bool zflag;
  9.  
  10. } flags={false,false,"none",0,100,false}; //Set up defaut values
Add Comment
Please, Sign In to add comment