kit

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

6_9_01_two_functions.c (79B)


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