github.com/informationsea/shellflow@v0.1.3/examples/helloprint.h (about)

     1  #ifndef HELLOPRINT_H_
     2  #define HELLOPRINT_H_
     3  
     4  void printHello(void);
     5  
     6  #endif /* HELLOPRINT_H_ */