Guest User

Untitled

a guest
Jul 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.15 KB | None | 0 0
  1. bool array[2] = {0,0};
  2. bool H = input_bool(HIGHFILE);
  3. bool L = BOTTOM;
  4.  
  5. if (array[0] == 0)
  6.     output_bool(LOWFILE,0);
  7. else
  8.     output_bool(LOWFILE,1);
Add Comment
Please, Sign In to add comment