boot2

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

037-vararg-empty.c (62B)


      1 #define LOG(fmt, ...) [fmt; __VA_ARGS__]
      2 LOG("x")
      3 LOG("y", 1)