摘要: 一、参考网址 1. C语言中的宏定义 2. gcc中的-D选项 二、实践 1. 在字符串中包含宏定义及gcc带-D的示例: 1.1 源码: #include <stdio.h> #define YES "Hello, world!" int main(int argc, char *argv[]) 阅读全文
posted @ 2021-04-02 10:55 shanyu20 阅读(106) 评论(0) 推荐(0)