4 lines
89 B
Text
4 lines
89 B
Text
|
|
(* A non-parameterized macro is given actual arguments. *)
|
||
|
|
#define FOO "foo"
|
||
|
|
1 + FOO(42)
|