3 lines
63 B
C++
3 lines
63 B
C++
#define FOO \
|
|
(macro text) // comment
|
|
(no more macro text)
|
#define FOO \
|
|
(macro text) // comment
|
|
(no more macro text)
|