kit
kit
git clone
https://git.ryansepassi.com/git/kit.git
Log
|
Files
|
Refs
|
README
56_paste_chain.c (34B)
1
#define t(x,y,z) x##y##z
2
t(1,2,3)