boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

039-arg-prescan-paste.c (76B)


      1 #define CAT(a,b) a##b
      2 #define XCAT(a,b) CAT(a,b)
      3 #define P foo
      4 XCAT(P, bar)