3 lines
51 B
C
3 lines
51 B
C
#define foo(x) (x)
|
|
foo(this is more than one word)
|
#define foo(x) (x)
|
|
foo(this is more than one word)
|