Passing va_args...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

Once I saw a gcc macro that passes variables arguments to another
variable argument function..example:

function_1 (int z, ...);
function_2 (int z, ...);
{
  return function_1 (z, MACRO);
}

Does anyone remember the macro name ?

TIA


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux