Advertisement
a53

IIF

a53
Feb 24th, 2020
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #define CHECK(a,b,c) CH_10(a)(b, c)
  2. #define CH_10(condition) _CH_ ## condition
  3. #define _CH_1(b, c) b
  4. #define _CH_0(b, c) c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement