Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 49 Bytes

concat-operator-two-macros-with-args

File metadata and controls

4 lines (3 loc) · 49 Bytes
 
Mar 13, 2010
Mar 13, 2010
1
2
3
4
#define y(a) a
#define x(a) y(a)##y(a)
x(RIGHT)