boot2

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

004-fn-macro-2args.c (30B)


      1 #define ADD(a,b) a+b
      2 ADD(3,4)