1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-06 00:58:29 +03:00

8 lines
71 B
Plaintext
Raw Normal View History

2018-11-26 19:10:26 +01:00
@@
expression x, y, z;
@@
- z = x;
- x = y;
- y = z;
+ SWAP_TWO(x, y);