kit

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

b.c (89B)


      1 static int local_helper(void) { return 0; }
      2 int wrapper(void) { return local_helper(); }