kit
kit
git clone
https://git.ryansepassi.com/git/kit.git
Log
|
Files
|
Refs
|
README
09_func_too_few_args.c (24B)
1
#define M(a,b) a+b
2
M(1)