kit
kit
git clone
https://git.ryansepassi.com/git/kit.git
Log
|
Files
|
Refs
|
README
40_stringize_basic.c (25B)
1
#define S(x) #x
2
S(hello)