kit
kit
git clone
https://git.ryansepassi.com/git/kit.git
Log
|
Files
|
Refs
|
README
62_rescan_paste_to_macro.c (54B)
1
#define hello world
2
#define CAT(a,b) a##b
3
CAT(hel,lo)