boot2
Playing with the boostrap
git clone
https://git.ryansepassi.com/git/boot2.git
Log
|
Files
|
Refs
|
README
007-paste.c (36B)
1
#define CAT(a,b) a##b
2
CAT(foo, bar)