github.com/undoio/delve@v1.9.0/_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