摘要:
文章简单再现C语言从源码到可执行程序实现过程,基于CentOS系统,源码hello.c如下: hello.c #include <stdio.h> int main() { printf("Hello,World!\n"); return 0; } 1. 预编译 gcc -E hello.c -o 阅读全文
posted @ 2021-11-08 21:24
tszwh
阅读(81)
评论(0)
推荐(0)
浙公网安备 33010602011771号