摘要: //hello.c #include <stdio.h> int main (void) { printf ("Hello, world!\n"); return 0; } 预处理:替代宏,引入头文件 cpp hello.c > hello.i 编译: gcc -Wall -S hello.i (生 阅读全文
posted @ 2023-04-21 14:12 woodx 阅读(28) 评论(0) 推荐(0) 编辑