github.com/cnboonhan/delve@v0.0.0-20230908061759-363f2388c2fb/_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