macros: add NM_PRINT_FMT_QUOTE_STRING() macro

This commit is contained in:
Thomas Haller
2015-08-21 14:08:22 +02:00
parent 127a4c5d9e
commit 6bcc1eda0b

View File

@@ -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)")
/*****************************************************************************/