C语言的预处理器

这个是用来include的防止多次重复include

#ifndef A_H
#define A_H
int test(){

}
#endif

 

posted @ 2023-04-16 14:03  Z_Chan  阅读(6)  评论(0编辑  收藏  举报