kit

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

6_9_13_extern_func_def.c (86B)


      1 extern int helper(int x) { return x + 1; }
      2 int test_main(void) { return helper(41); }