kit
kit
git clone
https://git.ryansepassi.com/git/kit.git
Log
|
Files
|
Refs
|
README
73_variadic_paste.c (54B)
1
#define V(name,...) name##_xs(__VA_ARGS__)
2
V(foo,1,2)