mirror of
https://github.com/systemd/systemd.git
synced 2025-01-05 13:18:06 +03:00
8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
|
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
||
|
/* See: https://gcc.gnu.org/onlinedocs/gcc/Conditionals.html#Conditionals */
|
||
|
@@
|
||
|
expression e, x;
|
||
|
@@
|
||
|
- e ? e : x
|
||
|
+ e ?: x
|