mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-12 05:26:00 -04:00
6 lines
42 B
C
6 lines
42 B
C
#define X(a,b, \
|
|
c,d) \
|
|
foo
|
|
|
|
X(1,2,3,4)
|