kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

88_ifndef.c (65B)


      1 #define KEEP 1
      2 #ifndef KEEP
      3 no
      4 #endif
      5 #ifndef MISSING
      6 yes
      7 #endif