kit

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

a.c (137B)


      1 /* STB_LOCAL: static helper in b.c is not exported; a.c calls a wrapper. */
      2 int wrapper(void);
      3 int test_main(void) { return wrapper(); }