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

Reply via email to