github.com/informationsea/shellflow@v0.1.3/examples/doc-example1/lib2.h (about) 1 #if !defined(LIB2) 2 #define LIB2 3 4 int lib2(void); 5 6 #endif // LIB2