kit

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

6_9_04_static_func.c (86B)


      1 static int helper(int x) { return x + 2; }
      2 int test_main(void) { return helper(40); }