我有这个c宏代码:
#define d(x, y, z) ( \ x += z, \ y += x, \ x += y \ )
我有几个问题:
\
comma-operator
;
,
任何帮助,将不胜感激
c macros function
c ×1
function ×1
macros ×1