kit

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

6_7_6_array_of_function.c (64B)


      1 typedef int F(void);
      2 F a[3];
      3 
      4 int test_main(void) { return 0; }