github.com/zyedidia/knit@v1.1.2-0.20230901152954-f7d4e39a0e24/examples/c_sub_build/main.c (about)

     1  void f1();
     2  void f2();
     3  void foo();
     4  void bar();
     5  
     6  int main() {
     7      f1();
     8      f2();
     9      foo();
    10      bar();
    11  }