github.com/informationsea/shellflow@v0.1.3/examples/doc-example1/lib1.h (about)

     1  #if !defined(LIB1)
     2  #define LIB1
     3  
     4  int lib1(void);
     5  
     6  #endif // LIB1