3 lines
64 B
C
3 lines
64 B
C
#define foo(x,y) x,two fish,red fish,y
|
|
foo(one fish, blue fish)
|
#define foo(x,y) x,two fish,red fish,y
|
|
foo(one fish, blue fish)
|