mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-09 04:50:07 +08:00
3 lines
36 B
C
3 lines
36 B
C
|
#define paste(A,B) ##A B
|
||
|
paste(x,y)
|