c的debug打印 #define mydebugfmt(fmt, args...) printf("__line:%d \t__func:%s \t__file:%s \t", __LINE__, __func__, __FILE__);printf(fmt, ##args); makefile打印 $(info __debuginfo__ $(CSRCS)) c语言全局变量不能定义在.h中,需要定义在.c中,再 extern 到.h中并且.h不能赋...
c的debug打印 #define mydebugfmt(fmt, args...) printf("__line:%d \t__func:%s \t__file:%s \t", __LINE__, __func__, __FILE__);printf(fmt, ##args); makefile打印 $(info __debuginfo__ $(CSRCS)) c语言全局变量不能定义在.h中,需要定义在.c中,再 extern 到.h中并且.h不能赋...