Guest User

Untitled

a guest
Apr 26th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #define MAX(a, b) sizeof(*({\
  2. typedef char _Ta[a];\
  3. typedef char _Tb[b];\
  4. (char(*)[sizeof(_Ta) > sizeof(_Tb) ? sizeof(_Ta) :
  5. sizeof(_Tb)])0; }))
Add Comment
Please, Sign In to add comment