mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 02:21:44 +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);
|