摘要:
一,预编译 操作步骤:gcc -E hello.c -o hello.i 主要作用: 处理关于 “#” 的指令 【1】删除#define,展开所有宏定义。例#define portnumber 3333 【2】处理条件预编译 #if, #ifdef, #if, #elif,#endif 【3】处理“ 阅读全文
posted @ 2019-07-16 17:22
未完待续z
阅读(936)
评论(0)
推荐(0)
2019年7月16日