mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 12:22:35 +03:00
b5e7b54c7a
git-svn-id: svn://kolibrios.org@6429 a494cfbc-eb01-0410-851d-a64ba20cac60
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))))
|