gitlab.com/Raven-IO/raven-delve@v1.22.4/_fixtures/cgostacktest/hello.h (about)

     1  #ifndef __HELLO_H__
     2  #define __HELLO_H__
     3  
     4  void helloworld(int);
     5  void helloworld_pt3(int);
     6  
     7  #endif