mirror of
https://github.com/wangdoc/clang-tutorial.git
synced 2026-02-08 21:34:23 +08:00
Fix typo in docs/syntax.md
This commit is contained in:
@@ -207,7 +207,7 @@ int main(void) {
|
||||
}
|
||||
```
|
||||
|
||||
上面示例中,只有在源码头部加上`#include <stdio.h>`,才能使用`printf()`这个函数。`#inclue`指令的详细解释,请看《预处理器》一章。
|
||||
上面示例中,只有在源码头部加上`#include <stdio.h>`,才能使用`printf()`这个函数。`#include`指令的详细解释,请看《预处理器》一章。
|
||||
|
||||
### 占位符
|
||||
|
||||
|
||||
Reference in New Issue
Block a user