Sorry if this is not the C forum, but couldn't find C only C++.
I have procedures where the first two parameters are alternates, i.e.values must be supplied for
param1, param3, param4, etc
or
param2, param3, param4, etc
However I need to call some of these routines from some legacy C code...