mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 07:38:20 +02:00
macros: add NM_PRINT_FMT_QUOTE_STRING() macro
This commit is contained in:
parent
127a4c5d9e
commit
6bcc1eda0b
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@
|
|||
(cond) ? (prefix) : "", \
|
||||
(cond) ? (str) : (str_else), \
|
||||
(cond) ? (suffix) : ""
|
||||
#define NM_PRINT_FMT_QUOTE_STRING(arg) NM_PRINT_FMT_QUOTED((arg), "\"", (arg), "\"", "(null)")
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue