Guest User

Untitled

a guest
Jun 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #define foo(a) global_variable=a
  2.  
  3. #define foo(1) global_variable=96
  4. #define foo(2) global_variable=117
  5. ...
  6. #define foo(53) global_variable=20
Add Comment
Please, Sign In to add comment