kit
kit
git clone
https://git.ryansepassi.com/git/kit.git
Log
|
Files
|
Refs
|
README
72_variadic_stringize.c (39B)
1
#define V(...) #__VA_ARGS__
2
V(1, 2, 3)