mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-12 05:26:00 -04:00
5 lines
68 B
C
5 lines
68 B
C
#define foobar 1
|
|
#define C(x,y) x##y
|
|
#define D(x) (C(x,bar))
|
|
D(foo)
|