argument macros
常見例句
- This way, the internal function can refer to the "mode" argument unconditionally, without having to use the va_*() macros.
通過這種方式,內(nèi)部函數(shù)能夠無條件地引用 “mode” 參數(shù),而無需使用 va_*() 宏。 - GCC has long supported variadic macros, and used a different syntax that allowed you to give a name to the variable arguments just like any other argument.
GCC始終支持復(fù)雜的宏,它使用一種不同的語法從而可以使你可以給可變參數(shù)一個名字,如同其它參數(shù)一樣。
www.wangchao.net.cn 返回 argument macros