天天看点

C语言-#define

预处理命令

预处理命令如

#define

的格式通常为:

#define MAX int
           
#define MAX  \
            int
           

继续阅读