mirror of
https://github.com/hairrrrr/C-CrashCourse.git
synced 2026-02-07 20:53:15 +08:00
2-13
This commit is contained in:
@@ -376,8 +376,24 @@ int main(void) {
|
||||
>
|
||||
|
||||
可以看到 .i 文件时很大
|
||||

|
||||

|
||||
|
||||
<div align = "center">
|
||||
|
||||

|
||||
|
||||
<p>我们看看 .i 文件的 结尾部分</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div align = "center">
|
||||
|
||||

|
||||
|
||||
<p>对比 .c 文件</p>
|
||||
|
||||
</div>
|
||||
|
||||
**我们发现程序中的宏 PI 被换成了它所表示的 数字**
|
||||
|
||||
这种替换是**简单的文本替换**,我们再试试其他的替换方式:
|
||||
|
||||
Reference in New Issue
Block a user