提交 cb9bc80f 编写于 作者: F feilong

fix new_line

上级 b70a3db8
# 了解C编辑管道
一个典型的C程序编译管道,包含预处理、编译、汇编、链接四个环节。
<br/>
![](https://userblink.csdnimg.cn/20211024/huanhuilong/pic/4d238ff624e5c015c216328a2be9bb5c-0.jpg?x-oss-process=image/interlace,1/format,jpg/resize,w_375)
<br/>
假设输入文件是`helloworld.c`,使用GCC编译程序,编译命令是`gcc -Wall -save-temps helloworld.c -o helloworld`,那么下面哪个不是C程序处理管道产生的文件?
## template
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册