Skip to content

Commit b4b2169

Browse files
committed
bug
1 parent 3c718e2 commit b4b2169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc学习笔记.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ GCC 编译器在编译一个C语言程序时需要经过以下 4 步:
147147
默认情况下,预处理器的输出会被导入到标准输出流(也就是显示器),可以利用`-o`选项把它导入到某个输出文件:
148148

149149
```shell
150-
$gcc -E ciicle.c -o circle.i
150+
$gcc -E circle.c -o circle.i
151151
```
152152

153153
使用`-C`选项可以阻止预处理器删除源文件和头文件中的注释:

0 commit comments

Comments
 (0)