We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8f312 commit 29c68bdCopy full SHA for 29c68bd
tutorial01_answer/tutorial01_answer.md
@@ -69,7 +69,7 @@ static void test_parse() {
69
}
70
~~~
71
72
-但要记得在上一级的测试函数 `test_parse()` 调用这函数,否则会不起作用。还好如果我们记得用 `static` 修饰这两个函数,编译器会发出告警:
+但要记得在上一级的测试函数 `test_parse()` 调用这函数,否则会不起作用。还好如果我们记得用 `static` 修饰这两个函数,编译器会发出警告:
73
74
75
test.c:30:13: warning: unused function 'test_parse_true' [-Wunused-function]
0 commit comments