github.com/informationsea/shellflow@v0.1.3/examples/doc-example1/lib2.c (about) 1 #include "lib2.h" 2 3 int lib2(void) { 4 return 2; 5 }