#define # ##使用

一:可變參數使用:html printf(fmt, ...)函數 #define DPRINTF(fmt, args...) printf(fmt, ##args) args...表示fmt以後的參數能夠是零個或者多個。 二:#和##只能在宏定義中使用        #是把宏參數變爲一個字符串,##是把兩個宏參數鏈接在一塊兒 1.   ui #include <stdio.h> #define f
相關文章
相關標籤/搜索