mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-11 21:15:30 -04:00
11 lines
146 B
C
11 lines
146 B
C
#define f(x) x
|
|
#define g(x) f(x) f(x
|
|
#define i(x) g(x)) g(x
|
|
#define h(x) i(x))) i(x
|
|
#define k(x) i(x))) i(x))))
|
|
f(x)
|
|
g(x))
|
|
i(x)))
|
|
h(x))))
|
|
k(x))))
|