boot2

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

038-arg-prescan-stringize.c (62B)


      1 #define STR(x) #x
      2 #define XSTR(x) STR(x)
      3 #define N 42
      4 XSTR(N)