3 lines
62 B
C
3 lines
62 B
C
#define foo(x) (x)
|
|
foo(argument(including parens)for the win)
|
#define foo(x) (x)
|
|
foo(argument(including parens)for the win)
|