mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
8 lines
71 B
Plaintext
8 lines
71 B
Plaintext
@@
|
|
expression x, y, z;
|
|
@@
|
|
- z = x;
|
|
- x = y;
|
|
- y = z;
|
|
+ SWAP_TWO(x, y);
|