@@ -11,13 +11,13 @@ hello_func 的函数描述
| 参数 | 描述 |
|:------------------|:------------------------------------|
|`无` | 无参数 |
-| 返回 | — — |
+| **返回** | **描述** |
|0 | 正确执行 |
|-1 | 失败 |
示例(可选)
-``` {.c}
+```c
#include <hello.h>
int func()
@@ -26,5 +26,4 @@ int func()
return 0;
}
-
```