boot2

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

035-stringize-str-char.c (47B)


      1 #define S(x) #x
      2 S("hi") ;
      3 S('a') ;
      4 S("a\\b") ;