About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
hanchenchen
7/31/2019 - 2:33 AM
share
Share
add_circle_outline
Save
宏定义
define
content_copy
file_download
宏定义是直接将对应部分替换,然后才进行编译和运行。 需要给能加的地方都加上括号。
define.c
content_copy
file_download
#define CAL(x) ((x)*2+1)
clear