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