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.
How do I specify in C (both the prototype and the code) that param1 & param2 can be *OMIT'd?
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.
How do I specify in C (both the prototype and the code) that param1 & param2 can be *OMIT'd?