Passing va_args...

Kalaky kalaky@gmail.com
Fri Oct 14 15:02:00 GMT 2005


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



More information about the Gcc-help mailing list