注意:对于函数介绍,必须遵循下面的格式
int hello_func(void)
hello_func 的函数描述
无
示例(可选)
#include <hello.h> int func() { hello_func(); return 0; }