mirror of
https://github.com/wangdoc/clang-tutorial.git
synced 2026-02-09 05:44:18 +08:00
Merge branch 'main' of github.com:wangdoc/clang-tutorial into main
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