boot2

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

010-if-defined.c (36B)


      1 #define X 1
      2 #if defined(X)
      3 7
      4 #endif