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