| dbo:description
|
- C preprocessor macro that can take an arbitrary number of arguments, defined with the __VA_ARGS__ and __VA_OPT__ identifiers (en)
- макрос, що підтримує різне число аргументів (uk)
|
| dbo:wikiPageInterLanguageLink
| |
| dbo:wikiPageWikiLink
| |
| dbp:<p>dueToLimitationsOfTheVariadicMacroS...ThusBeAvoided</p><syntaxhighlightLang
|
- "cpp">
#define dbgprintf \
realdbgprintf
The reason is that
dbgprintf
gets expanded to
realdbgprintf
where the comma before the closing brace will result in a syntax error. (en)
|
| dbp:byUsingThe'cformat'StringAsPartOfTheVa...rickyButPortable.<syntaxhighlightLang
|
- "c">
#define dbgprintf realdbgprintf (en)
|
| dbp:c 20EventuallySupportsTheFollowingSyntax.<syntaxhighlightLang
|
- "cpp">
#define dbgprintf \
realdbgprintf (en)
|
| dbp:gnuC SupportsANonPortableExtensionWhichSolvesThis.<syntaxhighlightLang
|
- "c">
#define dbgprintf \
realdbgprintf (en)
|
| dbp:ourImplementedFunction<syntaxhighlightLang
|
- "c">
void realdbgprintf ; (en)
|
| dbp:wikiPageUsesTemplate
| |
| dct:subject
| |
| rdfs:label
|
- Variadic macro in the C preprocessor (en)
- Macro variadique (fr)
- Варіативний макрос (uk)
- Вариативный макрос (ru)
- 可变参数宏 (zh)
|
| owl:sameAs
| |
| prov:wasDerivedFrom
| |
| foaf:isPrimaryTopicOf
| |
| is dbo:wikiPageRedirects
of | |
| is dbo:wikiPageWikiLink
of | |
| is foaf:primaryTopic
of | |