6 lines
50 B
Plaintext
6 lines
50 B
Plaintext
|
#if defined(__GLIBC__)
|
||
|
x = 2;
|
||
|
#else
|
||
|
x = 3;
|
||
|
#endif
|